Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2024 04:52 AM
Frequently I see this syntax to access a series in DBX.
df['column_name']
However, I get this as my output from that.
Column<'derived_value'>
What's the correct way to access a series
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2024 06:25 AM
I realized I was looking at the wrong dataframe type.
I needed a Pandas dataframe, not a databricks dataframe.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2024 06:25 AM
I realized I was looking at the wrong dataframe type.
I needed a Pandas dataframe, not a databricks dataframe.