We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expand
It might already exist, but I'm just trying to subset the KCMI column before it becomes a DataFrame
KCMI
sources: aviation_source: type: json tables: kcmi_chart: https://api.aviationapi.com/v1/charts?apt=KCMI layouts: - title: Aviation source: aviation_source views: - type: hvplot_ui table: kcmi_chart
Like
import requests import pandas as pd pd.DataFrame.from_records(requests.get("https://api.aviationapi.com/v1/airports?apt=KCMI").json()["KCMI"])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It might already exist, but I'm just trying to subset the
KCMI
column before it becomes a DataFrameLike
The text was updated successfully, but these errors were encountered: