Skip to content

Commit ab02a37

Browse files
authored
Merge pull request #111636 from marktab/patch-1
Add line to code per issue 52458
2 parents dab6574 + 7908bd1 commit ab02a37

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)