Separate the part surrounded by a specific symbol and the part not surrounded by a character string. Perform a string operation (replacement, etc.) on the part of the string that is not surrounded by ...
In lesson 01, we read a CSV into a python Pandas DataFrame. We learned how to save the DataFrame to a named object, how to perform basic math on the data, how to calculate summary statistics and how ...