reneshbedre/bioinfokit

Question regarding importing files

venuraherath opened this issue · 1 comments

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 tried df = 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

@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.