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 31 million developers.
Sign up
Pinned
342 contributions in the last year
Contribution activity
March 2019
Created an issue in altair-viz/altair that received 8 comments
TypeError: Object of type 'Timestamp' is not JSON serializable
Trying to make a chart with pandas.Timestamp on the X axis and a floating point value on the Y axis.
alt.Chart(data).mark_line().encode( x='timesta…
8
comments