Having the wrong data format is a common challenge when dealing with real-world 🌏 data.
For instance, you might have a numerical value that is stored as a string such as "20" instead of 20.
✅ Using the 𝗮𝘀𝘁𝘆𝗽𝗲 function, you can easily convert data from one type to another (e.g. string to numerical).
#python #machinelearning #datascience #dataanalytics #pandas