SBentley / qvd-utils

Read Qlik Sense .qvd files
https://pypi.org/project/qvd/
Apache License 2.0
49 stars 18 forks source link

Transfer QVD field types to resulting DataFrame #12

Open serjko opened 2 years ago

serjko commented 2 years ago

Hi there - loving this library, so handy for reading QVD files outside of the Qlik environment.

What would be great is to transfer the field types defined in QVD to the resulting DataFrame. So that numeric columns come over as ints/floats, dates/timestamps - as dates/times, etc. Nothing fancy but a simple mapping between QVD and Pandas data types would be very helpful in working with the resulting data frames.