oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 59 forks source link

Pandas should parse dates in read_sql. #660

Open JamesKunstle opened 3 months ago

JamesKunstle commented 3 months ago

recently read the pandas docs - when using read_sql, you can pass a list of columns to read in as datetime with the parse_dates argument, so you don't have to do these steps separately.