Skip to content

Commit 09a9e03

Browse files
authored
MicrosoftDocs/azure-docs/issues/52458
https://github.com/MicrosoftDocs/azure-docs/issues/52458 - added 'import pandas as pd' to code snippet.
1 parent ad99aa4 commit 09a9e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/machine-learning/team-data-science-process/explore-data-blob.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ To explore and manipulate a dataset, it must first be downloaded from the blob s
3131

3232
```python
3333
from azure.storage.blob import BlockBlobService
34+
import pandas as pd
3435
import tables
3536

3637
STORAGEACCOUNTNAME= <storage_account_name>

0 commit comments

Comments
 (0)