Clean Phone Numbers in PandasDo you have a pandas DataFrame that has a column of phone numbers that need to be cleaned? […] March 5, 2024 in Python tagged clean / numbers / phone / telephone by Mike
Remove Bad Characters in PandasIf you are working with a pandas DataFrame and you need to remove some faulty characters that should […] March 5, 2024 in Python tagged bad / data / clean / characters / strip by Mike
Read a CSV File into PythonAt this site we have a post called Read a TSV File into Python. You can read (import) […] March 4, 2024 in Python tagged read / python / pandas / dataframe / read_csv / import / importing / csv by Mike
Dates and Times in PythonIn this post I am illustrating just a few examples of dates and times to get us started. […] February 27, 2024 in Python tagged python / dates / times by Mike
Print() in PythonHere are a few examples of using print() in Python. I encourage you to do more research and […] February 27, 2024 in Python tagged python / jupyter / print / display / format by Mike
Scrollable Window in PythonThis code is from the YouTube video by Ken Jee Beginner Kaggle Data Science Project Walk-Through (Housing Prices) […] February 12, 2024 in Python tagged window / scroll / notebook / jupyter / scrollable by Mike
Transpose in PythonTo transpose is to rotate information from one row or column to another to change the data layout, […] February 12, 2024 in Python tagged rows / pandas / transpose / columns by Mike
The Iris Dataset in PythonAccording to Wikipedia, “The Iris flower data set or Fisher’s Iris data set is a multivariate data set […] February 1, 2024 in Python tagged data / dataset / correlation / iris / flower / heatmap by Mike
Convert Dictionary to DataFrameIn Python, how do you convert a dictionary to a DataFrame? Let’s create a dictionary. Below is the […] January 31, 2024 in Python tagged dataframe / convert / dictionary / python / pandas by Mike
Data Types in pandasAre you performing data analysis on a dataset? In other words, are you performing exploratory data analysis (EDA)? […] January 31, 2024 in Python tagged data / types / Pandas Data Types by Mike
Markdown for Jupyter NotebookHere below is a very small cheatsheet for some markdown for Jupyter Notebook. Are you working with Jupyter […] October 19, 2023 in Python tagged bold / toc / format / header / list / cheat / sheet / cheatsheet / markdown / jupyter by Mike
Drop a Column in PandasHow do you delete a column in a pandas DataFrame? In other words, you want to take a […] October 16, 2023 in Python tagged brackets / delete / remove / drop / column / alter / select / double / subset / pandas by Mike