opencodeiiita / Monty_Python_Class

A repository aimed for python learners
2 stars 48 forks source link

Task 1 : CSV to JSON #1

Open orichamaru opened 4 years ago

orichamaru commented 4 years ago

Monty has a file containing movie names and their genre. Being a comedian, he wants to watch comedy movies only but he can't figure out a way to get a complete list of comedy movies only. Help him by converting this CSV file into a JSON file using a python script so that he can have his watchlist ready.

Instructions

Refer the same CSV file mentioned above and complete the task by strictly following the guidelines mentioned in the README.md file. Create PRs in the prescribed format only.

Don't duplicate movies.csv file. Refer the same file which is given the here

You can ask doubts if any, on the Slack Channel.

Prefer not to DM the mentors.

opencodebot[bot] commented 4 years ago

Thanks for opening this issue!

opencodebot[bot] commented 4 years ago

Thanks for opening this issue!

sandy9808 commented 4 years ago

can i work on this.

JLodha commented 4 years ago

CLAIM

deepakDOTexe commented 4 years ago

The issue is labelled as Everyone so it is open to all. So there's no need to claim it. You can start working on it.😉

opencodebot[bot] commented 4 years ago

Thanks for opening this issue!

opencodebot[bot] commented 4 years ago

Thanks for opening this issue!

garvitchittora commented 4 years ago

I want to work on this project

Lokesh2703 commented 4 years ago

@garvitchittora Yes,of course you can. This task is open to everyone.

Lokesh2703 commented 4 years ago

Here I observe that everyone is using absolute path to reference a file or folder. Try to use relative paths so that anyone can run your code.