HaraldHeitmann / Pybi

GUI to do visualization based on pandas
MIT License
2 stars 4 forks source link

data folder #7

Open HaraldHeitmann opened 7 years ago

HaraldHeitmann commented 7 years ago

create a data folder and use os library to join .csv file with the path

HaraldHeitmann commented 7 years ago

use os library to join path to data.

aruru99 commented 7 years ago

hi! i can try working on this. I get that i should: 1) create data folder 2) move .csv files to data folder

I'm not sure what you meant by joining the files "with the path"

HaraldHeitmann commented 7 years ago

Perfect! I just meant to do something like it's indicated here

https://automatetheboringstuff.com/chapter8/

I didn't read the whole link but the beginning gives an idea what to do, this so that it won't depend on the OS of the machine here the program is running.

I just added some docs if you need, but this issue is quite independent of everything else. I'm moving this to "In Progress". Thank for the help!

aruru99 commented 7 years ago

Hi, I wanted to let you know that you should probably assign this problem to someone else. I can't even import pyqt4 to run the program.

HaraldHeitmann commented 7 years ago

Can you let me know what are you having trouble with? are you on windows or Linux? I can try to help you, if you like