Skip to content

Commit f1a9780

Browse files
authored
Merge pull request #111885 from GiftA-MSFT/patch-30
MicrosoftDocs/azure-docs/issues/52458
2 parents ad99aa4 + 09a9e03 commit f1a9780

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)