Tagged Questions
9
votes
5answers
1k views
How do Data Scientists Use Python?
Do you know how Data Scientists use Python and if it requires data, where I can get sample data to practice with? I'm currently learning the language and plan on applying for Data Scientists jobs, so ...
1
vote
1answer
132 views
How to use OO for data analysis? [closed]
In which ways could object-orientation (OO) make my data analysis more efficient and let me reuse more of my code? The data analysis can be broken up into
get data (from db or csv or similar)
...
0
votes
0answers
41 views
data handling with javascript
Python has a very neat package called pandas which allows for quick data transformation; tables, aggregation, that sort of thing. A lot of these types of functionality can also be found in the python ...
-1
votes
2answers
102 views
How would I create a program in python that would pull data from the web [closed]
Like my title says I'm wondering how to do so. I have a little idea by using the Requests library. I also want to know is this a little ambitious of a programmer with little experience.