Hello 

I have a CSV file that i wish to manipulate based on user inputs and show 
this on a Djnago project

I dont necessarily wish to save the data in the model 

Can anyone point me to a direction on how to do this 

I have tried creating a normal app like below but it says listmethod not 
found 

    mydf = pd.read_csv(file,header=1)

    #get header
    cols = list(mydf.columns.values)
    colheader = cols.tolist()

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1318658c-2d52-40e5-a636-13cb7a1953c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to