Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Optimize method - def csv_to_psql(request): #32

Open
RohitDhankar opened this issue Apr 29, 2020 · 0 comments
Open

Optimize method - def csv_to_psql(request): #32

RohitDhankar opened this issue Apr 29, 2020 · 0 comments
Assignees

Comments

@RohitDhankar
Copy link
Member

Allocated to - @noob-master147
Collaborate with - @S-T-A-R-L-O-R-D

1/ As of now can upload CSV of max - 12 columns - needs to upload upto 99 Columns
2/ This is a very long method , does not follow the DRY ( Don Repeat Yourself ) principle , optimize this method , maybe required to create multiple methods .

Starts at - Line -

from pandas.api.types import is_string_dtype

Ends at - Line -

return redirect('for_eda_dataset_name_listView') ## REDIRECT to this URL from URLs.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants