jrderuiter / pybiomart

A simple pythonic interface to biomart.
MIT License
53 stars 11 forks source link

Allow to specify data types to panda #4

Closed moonso closed 5 years ago

moonso commented 6 years ago

Hi, thanks for a nice package. It would be nice if one could specify the data types when creating a data frame after performing a query. See https://stackoverflow.com/questions/24251219/pandas-read-csv-low-memory-and-dtype-options#27232309

I'll open a PR fo this