reneshbedre / bioinfokit

Bioinformatics data analysis and visualization toolkit
MIT License
334 stars 77 forks source link

Question regarding importing files #20

Closed venuraherath closed 3 years ago

venuraherath commented 3 years ago

Hi Renesh,

Thank you for the awesome tool. I have a quick question regarding importing my own data. I am using version 1.0.5. In order to import csv file , I tried the following df = analys.get_data(Day2.csv) however it didn't work. I also trieddf = pd.read_csv(Day2.csv) then I was getting name error. It would be great if you can help me in this regard. Also, appreciate if you can add import instruction to the instructions documentation. Thank you

reneshbedre commented 3 years ago

@venuraherath

Thank you for your comments. I hope you have solved the issue as you closed it. I will add the instructions for importing the user datasets.