socrata / discuss

Discuss all the things!
https://dev.socrata.com
Apache License 2.0
10 stars 3 forks source link

[data.nasa.gov/f7qz-8dsr] not access NASA X-ray Micro-Tomography (micro-CT) Dataset with sodapy #97

Open moonlca opened 4 years ago

moonlca commented 4 years ago
import pandas as pd
from sodapy import Socrata
client = Socrata("data.nasa.gov",None)
results = client.get("r588-f7pr", limit=2000)
print(results)

X-ray Micro-Tomography (micro-CT) f7qz-8dsr Outgassing Db r588-f7pr

Outgassing Db work fine with the code above if i change the idienter from outgrassing to micro CT the result show nothing out

xmunoz commented 3 years ago

Hi @moonlca, I maintain the sodapy package, and am not in any way affiliated with Socrata. If you encounter any trouble using my library, please open an issue here.