// 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { // "type": "directory-listing", // "custom": { // "HasMore": false // } // } // Name: // Dimensions: 3 Fields by 7 Rows // +--------------------------+-------------------------+---------------+ // | Name: name | Name: mediaType | Name: size | // | Labels: | Labels: | Labels: | // | Type: []string | Type: []string | Type: []int64 | // +--------------------------+-------------------------+---------------+ // | browser_marketshare.csv | text/csv; charset=utf-8 | 355 | // | flight_info_by_state.csv | text/csv; charset=utf-8 | 681 | // | gdp_per_capita.csv | text/csv; charset=utf-8 | 4116 | // | js_libraries.csv | text/csv; charset=utf-8 | 179 | // | ohlc_dogecoin.csv | text/csv; charset=utf-8 | 191804 | // | population_by_state.csv | text/csv; charset=utf-8 | 138 | // | weight_height.csv | text/csv; charset=utf-8 | 418121 | // +--------------------------+-------------------------+---------------+ // // // 🌟 This was machine generated. Do not edit. 🌟 { "frames": [ { "schema": { "meta": { "type": "directory-listing", "custom": { "HasMore": false } }, "fields": [ { "name": "name", "type": "string", "typeInfo": { "frame": "string" } }, { "name": "mediaType", "type": "string", "typeInfo": { "frame": "string" } }, { "name": "size", "type": "number", "typeInfo": { "frame": "int64" }, "config": { "unit": "bytes" } } ] }, "data": { "values": [ [ "browser_marketshare.csv", "flight_info_by_state.csv", "gdp_per_capita.csv", "js_libraries.csv", "ohlc_dogecoin.csv", "population_by_state.csv", "weight_height.csv" ], [ "text/csv; charset=utf-8", "text/csv; charset=utf-8", "text/csv; charset=utf-8", "text/csv; charset=utf-8", "text/csv; charset=utf-8", "text/csv; charset=utf-8", "text/csv; charset=utf-8" ], [ 355, 681, 4116, 179, 191804, 138, 418121 ] ] } } ] }