Submitted by redditnit21 t3_xzkmlr in MachineLearning
Street_Excitement_14 t1_irmwhvt wrote
Reply to comment by redditnit21 in [D] CSV File to training and testing split by redditnit21
you are welcome. my advice is do not do anything manually, do it with Pandas. ie you can use pandas '.loc' command to filter training data, and write that data to training folder etc. İf stuck at any point, search the internet or ask it. good luck, have a nice day:)
redditnit21 OP t1_irmwspv wrote
Just a last question, do you know any good resource to learn the basics for Pandas?
Street_Excitement_14 t1_irmygtj wrote
Trust me it pays off well (even without the context of data science field, it gives you the ability to manage the tabular data effectively)
https://www.kaggle.com/learn/pandas
https://www.coursera.org/specializations/data-science-python
redditnit21 OP t1_irn75ut wrote
Thanks a lot man! I am really sorry for asking to write code.
Viewing a single comment thread. View all comments