/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jcarroll.com.au
| | utf9k.net
9.2 parsecs away

Travel
| | A step by step walkthrough on how I cleaned up some data as part of a side project
| | glowingpython.blogspot.com
7.3 parsecs away

Travel
| | Lately I've been working a lot with dates in Pandas so I decided to make this little cheatsheet with the commands I use the most. Importin...
| | www.amitkohli.com
6.8 parsecs away

Travel
| | [AI summary] An R user provides a comprehensive cheat sheet comparing common R commands with their Python equivalents for data science tasks, covering libraries, data structures, and syntax differences.
| | senthil.learntosolveit.com
43.2 parsecs away

Travel
| This is a coin flip simulator. It compare theoretical binomial distribution with experimental results. listings/python/coinflip.py (Source) import random import math import matplotlib.pyplot as plt