Fiscal Sponsors
Data is fairly messy, but you may be able to extract more information from it?
@kaggle.joebeachcapital_fiscal_sponsors
Data is fairly messy, but you may be able to extract more information from it?
@kaggle.joebeachcapital_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.
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. |
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
);Anyone who has the link will be able to view this.