Rename a DataFrame Column in PythonAs a data professional do you have a Python dataset that might require some column renaming? Why would […] August 5, 2023 in Python tagged snake / rename / pandas / dataframe / case / unnamed / column / inplace / name / friends / update / renaming / python / field / change by Mike
An Introduction to DataWhat is data? Data are facts and statistics gathered together for reference or analysis. The small screenshot on […] January 22, 2023 in Data Science tagged naming / standards / organize / information / data / file / name / conventions / metadata / Data by Mike
IMDB Writers and DirectorsLet’s go ahead and add a bit more. We’ll add the writer’s and directors’ tables. Below is the […] November 28, 2022 in IMDB tagged writer / director / name / people / imdb / IMDB Data Files by Mike
IMDB Titles Known ForEach person in the database can be known for certain titles (moving pictures/movies). We need to “normalize” these […] November 27, 2022 in IMDB tagged link / name / title / imdb / IMDB Data Files by Mike
IMDB Primary ProfessionIn the IMDB database, each person in the namebasics.tsv file may have none or more professions. There are […] November 27, 2022 in IMDB tagged name / imdb / profession / IMDB Data Files by Mike
IMDB Name BasicsThe namebasics file has all of the people in it. It has the moving pictures that they are […] November 27, 2022 in IMDB tagged name / people / imdb / IMDB Data Files by Mike
Excel Table NamesWhat are some of the best practices for naming your tables in Microsoft Excel? The website Excel Campus […] December 10, 2021 in Excel tagged table / name / Excel Tables by Mike
C# IdentifiersIdentifiers are character strings used to name things such as variables, methods, parameters, and a host of other […] December 29, 2018 in C# tagged name / camel / keyword / pascal / snake / naming / identify / case / variable / identifier / C# Getting Started by Mike
SQL Server Wrong Server NameIn your SQL Server code are you using @@SERVERNAME? This can return the wrong information. For me it […] September 6, 2017 in SQL Server tagged error / network / server / sql / name by Mike