Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi, guys.
I am having issues when I use python script in transforming data. The date became unreadable? or Microsoft.OleDb.Date. May I know the most effective way to fix it? Here's my python script:
import pandas as pd
dataset = pd.DataFrame(data=data)
dataset['Supplier Name'] = dataset['Name'].str.replace(r'^.*-\s*', '').str.strip()
dataset.drop(columns=['Name'], inplace=True)
dataset.reset_index(drop=True, inplace=True)
Solved! Go to Solution.
Please consider this as resolved. I just did the step for changed type with local after running the python script:
Please consider this as resolved. I just did the step for changed type with local after running the python script:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
20 | |
15 | |
10 | |
10 | |
10 |