Skip to content

Commit 29b5876

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-best-practices
2 parents da4a642 + f1a9780 commit 29b5876

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)