Commons Written Questions Interests
commons_written_questions_interests.xlsx
Version: 0.1
Return to data package page.
Integrating with code
Using Python
from mysoc_dataset import get_dataset_url, get_dataset_df
url = get_dataset_url(
repo_name="uk-parl-written-questions",
package_name="commons_written_questions_interests",
version_name="0.1",
file_name="commons_written_questions_interests.xlsx",
)
df = get_dataset_df(
repo_name="uk-parl-written-questions",
package_name="commons_written_questions_interests",
version_name="0.1",
file_name="commons_written_questions_interests.xlsx",
)
Using the command line
mysoc-dataset download \
--repo uk-parl-written-questions \
--package commons_written_questions_interests \
--version 0.1 \
--file commons_written_questions_interests.xlsx
Can you help us with funding by telling us more about yourself?