django-pandas
django-pandas copied to clipboard
Creating a model dataframe
Let's say that we have another source of data, like a csv. Most of the fields in this CSV correspond to fields in the model, and we would like to transform this CSV to a dataframe which only contains correctly mapped fields.
Would it be of interest to include this, in this library?