Randy Zwitch 10/16/2018

Using pandas and pymapd for ETL into OmniSci

Read Original

The article details a real-world ETL problem where non-standard timestamps in a CSV file caused silent data corruption. It explains how to use pandas to correctly parse the dates by specifying the format, and then demonstrates uploading the corrected DataFrame to an OmniSci database using the pymapd library for integration.

Using pandas and pymapd for ETL into OmniSci

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week