There is my Data Frame, it has more than 45,000+
values.
Basically I work on bar_chart_race
graph but suddenly it throws an error.
ValueError: Invalid fill method. Expecting pad (ffill) or backfill (bfill). Got linear
then I found a solution on this link. But there is an another issue how can i check Index data type? because in given link it can find issue with datetime format then it can be solved. but how can i know about type of index? e.g. Datetime
, Date
, timedelta
,Object
or a string
?
About Data frame those value directly come from an API
.
Any other solutions?
Bar_Chart_race
datetime as an index.