Skip to content

Data Science Examples

Your source for everything data science.

  • About
  • Contact
  • Resume
  • Scott McMahan
Data Science Examples

Category: Python

SQL vs Pandas

Comparing SQL and Pandas with MySQL and MySQL Workbench Tutorial

January 29, 2020 Scott McMahan Databases, Python

Many starting in data science and data analytics may get introduced to pandas before being introduced to the structured query language (SQL).SQL has a lot of analogous methods and functions, with some even having the[…]

Read more
groupby and aggregation

Groupby and Aggregation with Pandas

December 12, 2019 Scott McMahan Data Analysis, Data Analysis Techniques, Python

Groupby — the Least Understood Pandas MethodGroupby may be one of panda’s least understood commands. While the lessons in books and on websites are helpful, I find that real-world examples are significantly more complex than[…]

Read more
Joins with Pandas and SQL

Joins with Pandas

December 6, 2019 Scott McMahan Databases, Python, Relational Databases/SQL-Enabled

For those of you who are familiar with SQL, you will recognize the logic and functionality behind the Pandas merge feature. However, if you are not familiar with SQL, or need a refresher, this post[…]

Read more
dataframe creation

Dataframe Creation with Pandas

December 3, 2019 Scott McMahan Python

Pandas not only allows you to read in dataframes, but it also lets you create them. Pandas and python give coders several ways of making dataframes. One of the ways to make a dataframe is[…]

Read more
CSV file reading without pandas

CSV File Reading Without Pandas

November 17, 2019 Scott McMahan Data Analysis, Python

CSV stands for comma-separated value. It is a file type that is common in the data science world. CSV files are typically Unicode text, but not always. Python can handle opening and closing files, but[…]

Read more
Git from the Command Line

Command Line Git

November 6, 2019 Scott McMahan Python, Uncategorized

Git is the most common method of version control among developers. Git from the command line is particularly useful in working with virtual private servers.

Read more
numpy logo

Numpy, Arrays, and Matrices

October 30, 2019 Scott McMahan Python

Numpy is one of the more essential libraries in python. Numpy allows you to work with arrays. Python has a list data type built-in. However, you must import numpy to work with arrays or matrices.[…]

Read more
python vrs R

R Vrs. Python

October 25, 2019 Scott McMahan Data Analysis, Python, R

In the data science realm, Python is the go-to programming language. R also has a strong following. Both open-source programming languages have advantages and disadvantages. Also, new tools and libaries are frequently added to both[…]

Read more
Free Data Science Courses Online

Free Data Science Courses (Updated for 2021)

October 20, 2019 Scott McMahan Data Analysis, Databases, Deep Learning, Excel, Python, R

A lot of data science courses claim to be free, but most are not. Many, such as Coursera, let you sign up for free for a trial period of about a week. After that, you[…]

Read more
Complex loc and iloc Statements

Complex loc and iloc Statements (Python Pandas Tutorial Part II)

October 14, 2019 Scott McMahan Python, Uncategorized

Loc and iloc are some of the most powerful statements in Python’s Pandas library. iloc, which stands for index location, finds all the values in a data frame with the specified indexes. loc finds the[…]

Read more

Posts navigation

«Previous Posts 1 2 3 Next Posts»

Recent Posts

  • Review of AI-Powered PortraitPro 21
  • Coinmarketcap API with Python
  • Setting Environment Variables from Command Line
  • Using .env File for Passwords and Keys
  • Artificial Neural Network Disadvantages

Archives

  • June 2021
  • April 2021
  • February 2021
  • December 2020
  • November 2020
  • October 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019

Categories

  • AI–Artificial Intelligence
  • Algorithms
  • Artificial Neural Networks
  • Big Data
  • Data Analysis
  • Data Analysis Techniques
  • Data Mining
  • Data visualization
  • Databases
  • Deep Learning
  • Excel
  • Javascript
  • Machine Learning
  • NoSQL
  • Programming Languages
  • Python
  • R
  • Relational Databases/SQL-Enabled
  • Software
  • Uncategorized
  • Visual Basic for Applications (VBA)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
WordPress Theme: Poseidon by ThemeZee.