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.
2 parents f6f1fe5 + 1a2eef4 commit 269d2c6Copy full SHA for 269d2c6
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