Episode

Manipulating DataFrame columns | Even More Python for Beginners - Data Tools [15 of 31]

The structure of the data you've obtained often won't be suitable for the work you're wishing to perform. You often need to remove unwanted columns, combine columns to create new ones, or setup new DataFrames for training machine learning models. We'll talk through the capabilities available for slicing and dicing data.

Watch the Python for Beginner series here: https://aka.ms/PythonBeginnerSeries
For the Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython
All video content will available at: https://github.com/microsoft/c9-python-getting-started/
First series: https://github.com/microsoft/c9-python-getting-started/tree/master/python-for-beginners
Second series: https://github.com/microsoft/c9-python-getting-started/tree/master/more-python-for-beginners
Third series: https://github.com/microsoft/c9-python-getting-started/tree/master/even-more-python-for-beginners-data-tools

#microsoftdeveloper #evenmorepythonforbeginners #learntocode

Python