theOGognf / finagg

A Python package for aggregating and normalizing historical data from popular and free financial APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use datetime date for date index/columns

theOGognf opened this issue · comments

Most dates are represented as strings. It may be useful to default to a datetime object instead, though it may be a pain to implement. We can at least investigate this a bit

This is a bit too much effort just to enable easier plotting. Recommend someone just converts their index to a datetime object if they want to resample or plot with prettier format