{
    "twitter_raw": {
        "exists": true,
        "has_location_column": true,
        "has_json_data_column": true,
        "location_column_name": "location",
        "json_data_column_name": "json_data",
        "location_column_stats": {
            "total_rows": 32957,
            "rows_with_location": 8141,
            "rows_without_location": 24816,
            "sample_locations": [
                "Dharmsala, India",
                "Ajman, United Arab Emirates",
                "Riyadh, Kingdom of Saudi Arabia",
                "Wan Chai District, Hong Kong",
                "India"
            ]
        },
        "json_location_paths": [
            {
                "path": "place",
                "type": "array",
                "sample_value": "[]",
                "count": 10
            }
        ],
        "samples_analyzed": 10
    },
    "instagram_raw": {
        "exists": true,
        "has_location_column": true,
        "has_json_data_column": true,
        "location_column_name": "location",
        "json_data_column_name": "json_data",
        "location_column_stats": {
            "total_rows": 3452,
            "rows_with_location": 1030,
            "rows_without_location": 2422,
            "sample_locations": [
                "Hassan Abdal Travel Group Head Office",
                "Airbus Factory",
                "Dubai,UAE",
                "Terminal 3 - Indira Gandhi International Airport",
                "Taoyuan, Taiwan"
            ]
        },
        "json_location_paths": [
            {
                "path": "locationId",
                "type": "string",
                "sample_value": "100405743091073",
                "count": 4
            },
            {
                "path": "locationName",
                "type": "string",
                "sample_value": "Hassan Abdal Travel Group Head Office",
                "count": 4
            }
        ],
        "samples_analyzed": 10
    },
    "facebook_raw": {
        "exists": true,
        "has_location_column": true,
        "has_json_data_column": true,
        "location_column_name": "location",
        "json_data_column_name": "json_data",
        "location_column_stats": {
            "total_rows": 794,
            "rows_with_location": 10,
            "rows_without_location": 784,
            "sample_locations": [
                "Young Turks Reloaded with Shereen Bhan - Full Episodes",
                "INDIA",
                "PUNE",
                "JAIPUR",
                "CHENNAI"
            ]
        },
        "json_location_paths": [],
        "samples_analyzed": 10
    },
    "youtube_raw": {
        "exists": true,
        "has_location_column": false,
        "has_json_data_column": true,
        "error": "Missing required columns"
    },
    "news_raw": {
        "exists": true,
        "has_location_column": false,
        "has_json_data_column": true,
        "error": "Missing required columns"
    },
    "blogs_raw": {
        "exists": true,
        "has_location_column": false,
        "has_json_data_column": true,
        "error": "Missing required columns"
    },
    "mentions": {
        "exists": true,
        "has_location_column": false,
        "has_json_data_column": false,
        "error": "Missing required columns"
    }
}