Azure / Azure-Data-Service-Notebook

Magic functions for using Jupyter Notebook with Azure Data Service
MIT License
6 stars 6 forks source link

"adl_accounts.head" could list account but the structure is wield #18

Open jingyanjingyan opened 6 years ago

jingyanjingyan commented 6 years ago

Describe the bug "adl_accounts.head" could list account but the structure is wield

To Reproduce Steps to reproduce the behavior:

  1. %reload_ext adlmagics
  2. %adl login --tenant microsoft.onmicrosoft.com
  3. %adl listaccounts --page_index 0 --page_account_number 30
  4. adl_accounts.head

Expected behavior Not sure, list account with clear UI or give out warning like "please use .head()" And use the UI as samples image

Screenshots image

Desktop (please complete the following information): OS: Win10 Browser: chrome Jupyter Version: Python 3.6.2, Jupyter 4.4.0

Additional context Add any other context about the problem here.

ruixinxu commented 6 years ago

not sure is xx.head a valid function in pandas?