We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dfa8e commit 8398671Copy full SHA for 8398671
articles/synapse-analytics/spark/tutorial-spark-pool-filesystem-spec.md
@@ -135,11 +135,13 @@ Run the following code.
135
136
> [!NOTE]
137
> Update the file URL in this script before running it.
138
+ > Please ensure you import pandas when using the below code snippet. This is critical for proper handling of access tokens
139
140
```PYSPARK
141
# Import libraries
142
import fsspec
143
import os
144
+ import pandas
145
146
# Set variables
147
local_file_name = "<local_file_name>"
0 commit comments