Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
logkeys
A GNU/Linux keylogger that works!
-
backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python. -
xsuspender
👀 💻 💤 🔋 Auto-suspend inactive X11 applications. -
mdx_unimoji
Python-Markdown extension that replaces common smileys with their Unicode emoji emoticons.
-
mindforth
Automatically exported from code.google.com/p/mindforth
-
awesome-links.css
Embellish links on your web page with familiar FontAwesome icons. https://kernc.github.io/awesome-links.css/
3 contributions in 2018 in pandas
Activity in pandas
Contribution activity in pandas
October - December 2018
September 2018
Created an issue in pandas-dev/pandas that received 1 comment
Timedelta interpreted as int upon first insertion into Series
Code Sample, a copy-pastable example if possible >>> s = pd.Series(['x']) >>> s['td'] = pd.Timedelta('9 days') >>> s 0 x td 777600000000000 dtype: o…