Commons Written Questions Interests
commons_written_questions_interests.xlsx
Version: latest
Return to data package page.
Integrating with code
Using Python
Install the mysoc-dataset package.
You can then use the
following code to get this file.
from mysoc_dataset import get_dataset_url, get_dataset_df
# get the url of dataset
url = get_dataset_url(
repo_name="uk-parl-written-questions",
package_name="commons_written_questions_interests",
version_name="latest",
file_name="commons_written_questions_interests.xlsx",
)
# get a pandas dataframe
df = get_dataset_df(
repo_name="uk-parl-written-questions",
package_name="commons_written_questions_interests",
version_name="latest",
file_name="commons_written_questions_interests.xlsx",
)
You can also use this package as a command-line
tool:
mysoc-dataset download \
--repo uk-parl-written-questions \
--package commons_written_questions_interests \
--version latest \
--file commons_written_questions_interests.xlsx
Use mysoc-dataset --help
for all options.
Subscribe to data updates
This mailing list will keep you up to date with new dataset releases, or with important updates to existing
datasets.
Can you help us with funding by telling us more about yourself?