9 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 3, 20245Apr 3, 20245
How 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, 20231Apr 14, 20231
Python 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, 20235Mar 21, 20235
Python 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, 20235Mar 21, 20235
3 Python Packages for Spreadsheet UsersIt is inevitable: spreadsheets users will have their workflows drastically altered by programming languages like Python.Mar 21, 202321Mar 21, 202321
Python 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, 202361Mar 21, 202361
Please 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, 202331Mar 12, 202331