Jake from Mito9 Python functions you need to know for EDAExploratory Data Analysis (EDA) can be an essential part of your data science process. I want to emphasize the work “can”. I’ve seen many…Apr 3Apr 3
Jake from MitoHow Wall Street is moving to PythonFor the past 2 years, my work has been focused on helping banks transition spreadsheet users to Python. Below, I’ll overview why and how…Apr 14, 2023Apr 14, 2023
Jake from MitoPython Basics #4: PandasThis is post four in our series Python Basics, where we discuss the minimum Python and Jupyter you need to know to successfully automate…Mar 21, 2023Mar 21, 2023
Jake from MitoPython Basics #3This is post three in our series Python Basics, where we discuss the minimum Python and Jupyter you need to know to successfully automate…Mar 21, 2023Mar 21, 2023
Jake from Mito3 Python Packages for Spreadsheet UsersIt is inevitable: spreadsheets users will have their workflows drastically altered by programming languages like Python.Mar 21, 20231Mar 21, 20231
Jake from MitoPython Basics #2: VariablesThis is post two in our series Python Basics, where we discuss the minimum Python and Jupyter you need to know to successfully automate…Mar 21, 2023Mar 21, 2023
Jake from MitoPlease Steal My Code: Concatenating Dataframes in PandasIf you concatenate two dataframes, a new dataframe will be created with the rows of the first dataframe above the rows of the second…Mar 12, 2023Mar 12, 2023
Jake from MitoEverything you need to know about joins in PythonMerging dataframes allows you to combine multiple data sources into one. In the data world, enriching data often includes merging two…Mar 9, 2023Mar 9, 2023