pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Added EDA for StackOverflow 2019 Developer Dataset #449

Closed sanskritip closed 3 years ago

sanskritip commented 3 years ago

Description

A comprehensive description about the Pull Request

Reference Issue number #162

Type of change

Checklist:

pratik-choudhari commented 3 years ago

@sanskritip You have made a draft PR

sanskritip commented 3 years ago

@sanskritip You have made a draft PR

Hey I'll just add requirements.txt and un-draft it by tonight!

pratik-choudhari commented 3 years ago

@sanskritip Did you pip freeze and add it to requirements? because those are a lot of dependencies.

sanskritip commented 3 years ago

@sanskritip Did you pip freeze and add it to requirements? because those are a lot of dependencies.

Yes, I did pip freeze in the virtual environment. A lot of the libraries used come with added dependencies which is kind of the reason for the large number. Is it an issue ?

pratik-choudhari commented 3 years ago

@sanskritip Yes, it is an issue. Those package versions might make a lot of other packages deprecated. Just include the packages which you have used and don't come preinstalled with python.

sanskritip commented 3 years ago

@sanskritip Yes, it is an issue. Those package versions might make a lot of other packages deprecated. Just include the packages which you have used and don't come preinstalled with python.

Made the required changes! Thank you for pointing them out!