Skip to content

pandas_tricks, a repo that will be used to aggregate pandas tricks from the web.

Notifications You must be signed in to change notification settings

Virajdatt/pandas_tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pandas_tricks, a repo which will be used to aggregate pandas tricks from the web.

  1. 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

  2. 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.

About

pandas_tricks, a repo that will be used to aggregate pandas tricks from the web.

Topics

Resources

Stars

Watchers

Forks