Here we deal with 10 most voted (annoying) questions about pandas on
StackOverflow. Try to solve them. Then, if you want, you can try to solve
them using R
packages like data.table
, dplyr
or just data.frame
.
If you do it, please add a file, for example,
data.table_pandas_10.ipynb
. You can also try to solve them using pandasql
package.`
- Fork and clone repo
- Create a directory with your name.
- Inside this directory (with your name) create three directories
Iteration1
,Iteration2
,Iteration3
and copy the content ofcode_template
to each of them (so your are going to have three copies). - Start from directory
name/Iteration1
and try solve the problem(s) (recommended time for it is 25 minutes). - The take a break and think what you have done well and what you could improve.
- Repeat steps 4. 5. in directories
name/Iteration2
andname/Iteration3
. If you wish to repeat more time, you can create more Iterations directories. - Push changes to the fork and do Pull Request.
- We will add your name to Hall of Fame List then.
R
packages:data.table
,dplyr
,ggplot2
python3
packages:jupyter
,numpy
,pandas
,scipy
,matplotlib
,r2py
,pandasql