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 50 million developers.
Sign up
Pinned
1,793 contributions in the last year
Activity overview
Contributed to
plotly/plotly.py,
plotly/plotly.py-docs,
plotly/documentation
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in plotly/plotly.py that received 2 comments
fix PX timezone treatment
Closes #2311 essentially by removing calls to pd.Series.values, which seems to always convert datetimes to UTC.
I have added tests (if submitting…
+68
−50
•
2
comments
Created an issue in plotly/plotly.py that received 4 comments
hover_data in PX doesn't accept df.index
In wide-mode I can't do this: import plotly.express as px df = px.data.stocks(indexed=True) fig = px.line(df, hover_data={df.index: "|%B %d, %Y"} ) o…
4
comments
5
contributions
in private repositories
Sep 1 – Sep 10