Baselight

Fiscal Sponsors

Data is fairly messy, but you may be able to extract more information from it?

@kaggle.joebeachcapital_fiscal_sponsors

Loading...
Loading...

About this Dataset

Fiscal Sponsors

Fiscal Sponsors

This dataset comes from the Fiscal Sponsor Directory.
The data is fairly messy, but you may be able to extract more information from it.

The Fiscal Sponsor Directory analyzed their directory in March 2023.

  • Has the data changed?
  • Can you identify other trends, or represent them more clearly?
  • Can you identify sponsors that might be particularly appealing to the R4DS Online Learning Community, a "diverse, friendly, and inclusive community of data science learners and practitioners" (a global community based in Austin, Texas, USA)?

Data Dictionary

fiscal_sponsor_directory.csv

variable class description
details_url character The source of the information about this sponsor.
name character The name of this fiscal sponsor.
website character The URL for this sponsor's website.
year_501c3 integer The year in which this sponsor became a 501(c)(3) charitable organization.
year_fiscal_sponsor integer The year in which this organization first acted as a fiscal sponsor.
n_sponsored integer The number of projects sponsored by this sponsor.
fiscal_sponsorship_fee_description character Free text describing the fees associated with fiscal sponsorship by this organization.
eligibility_criteria character Free text describing requirements for an organization to be sponsored by this sponsor. This field contains multiple values, concatenated with "
project_types character Free text describing the types of projects that this organization sponsors. This field contains multiple values, concatenated with "
services character The services offered by this sponsor. This field contains multiple values, concatenated with "
fiscal_sponsorship_model character The model(s) to which this sponsor belongs. The models are described in "Fiscal Sponsorship: 6 Ways to Do It Right", sold by fiscalsponsordirectory.org. This field contains multiple values, concatenated with "
description character A free text description of this organization.

Tables

Fiscal Sponsor Directory

@kaggle.joebeachcapital_fiscal_sponsors.fiscal_sponsor_directory
  • 221.74 KB
  • 370 rows
  • 12 columns
Loading...

CREATE TABLE fiscal_sponsor_directory (
  "details_url" VARCHAR,
  "name" VARCHAR,
  "website" VARCHAR,
  "year_501c3" DOUBLE,
  "year_fiscal_sponsor" DOUBLE,
  "n_sponsored" DOUBLE,
  "fiscal_sponsorship_fee_description" VARCHAR,
  "eligibility_criteria" VARCHAR,
  "project_types" VARCHAR,
  "services" VARCHAR,
  "fiscal_sponsorship_model" VARCHAR,
  "description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.