About 30,300 results
Open links in new tab
  1. python - Why do people prefer Pandas to SQL? - Data Science …

    Jul 12, 2018 · One simple reason why you may see a lot more questions around Pandas data manipulation as opposed to SQL is that to use SQL, by definition, means using a database, …

  2. Do modern R and/or Python libraries make SQL obsolete?

    SQL is a powerful concise and flexible way to describe and summarize structured semi structured and even unstructured data - when an appropriate interpreter layer is placed atop it.

  3. R and Python, memory differences yielding performance differences

    5 I think there are numerous posts regarding which one to use: R or Python. However, I'm curious about how their architecture differences yield differences in speed performance, not which one …

  4. Advantages of pandas dataframe to regular relational database

    Jul 3, 2017 · What are the features of pandas that make it a superior datastore compared to regular relational databases like MySQL, which are used to store data in many other fields of …

  5. Python vs R for machine learning - Data Science Stack Exchange

    Jun 12, 2014 · One observation is that Python is more used by machine learning people working with big datasets while R is more used by traditional "statisticians", e.g. those working with …

  6. What are the advantages of HDF compared to alternative formats?

    Apr 14, 2020 · What are the advantages of HDF compared to alternative formats? What are the main data science tasks where HDF is really suitable and useful?

  7. Passing tuples (key, value) into parameterized SQL query in Python

    Feb 10, 2020 · I built a scraper in python that creates a tuple of (key, value). I would like to pass both key and value as parameterized variables in an SQL query that updates a table in my …

  8. Is Python a viable language to do statistical analysis in?

    Jun 29, 2020 · 26 I originally came from R, but Python seems to be the more common language these days. Ideally, I would do all my coding in Python as the syntax is easier and I've had …

  9. python - PySpark: java.io.EOFException - Data Science Stack …

    You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …

  10. Recently Active 'sql' Questions - Data Science Stack Exchange

    Python vs. SQL: best practices for feature engineering I have an SQL database, and there are two ways I can connect to it: Using Azure Data Studio and running SQL commands there (either …