-
pandas_tricks.py --> Contains few tricks learnt from original_link
a. retriving info about a row using iloc
b. Couple of ways of adding a column to pd.Dataframe (assign method)
c. filtering pd.Dataframe using between method -
coloring_pandas.ipynb :-
a. pd.Dataframe --> color using df.style.background_gradient(cmap="Blues");
Coloring is column-based b. You can set any colormap supported in matplotlib.
-
Couldn't load subscription status.
- Fork 0
Virajdatt/pandas_tricks
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
pandas_tricks, a repo that will be used to aggregate pandas tricks from the web.