Arif Qodari | Tech Notes
About
Talks
Tech Notes
Pandas Number Formatting
In many cases we need to apply different number formatting to different columns. One column might need to use currency format, while the other need to use percent format.
Dec 13, 2022
1 min
Tidying Dataframe Column Names
A simple script to tidying up messing column names in pandas dataframe
Aug 1, 2022
1 min
Calculating a Forward-Looking Moving Average in Pandas
Given a data with a column named
n
that contains a list of integer numbers. Calculate a moving average with a window size = 3!
Jan 30, 2022
1 min
Recreate Visualization in Matplotlib
Last week I watched an interesting video about recreating a D3.js chart using R ggplot. This is the original chart made using D3.js and this is the recreated chart …
Aug 23, 2021
3 min
No matching items