You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`BLSEconomicSurveysCes`| US Bureau of Labor Statistics (BLS) |`Value`|
58
-
|`BLSEconomicSurveysCpi`| US Bureau of Labor Statistics (BLS) |`Value`|
59
-
|`BLSEconomicSurveysJolts`| US Bureau of Labor Statistics (BLS) |`Value`|
60
-
|`BLSEconomicSurveysPpi`| US Bureau of Labor Statistics (BLS) |`Value`|
57
+
|`BLSEconomicSurveysCes`| US Bureau of Labor Statistics (BLS) |`TotalNonfarm`, `TotalPrivate`, `AverageHourlyEarnings`, `AverageWeeklyHours`, `AverageWeeklyEarnings`, `ProductionHourlyEarnings`, `ProductionEmployees`, `Manufacturing`, `GoodsProducing`, `PrivateServiceProviding`, `Construction`, `RetailTrade`, `FinancialActivities`, `EducationAndHealthServices`, `LeisureAndHospitality`, `MiningAndLogging`|
58
+
|`BLSEconomicSurveysCpi`| US Bureau of Labor Statistics (BLS) |`AllItems`, `CoreCpi`, `Food`, `FoodAtHome`, `FoodAwayFromHome`, `Energy`, `Shelter`, `RentOfPrimaryResidence`, `Gasoline`, `MedicalCare`, `Apparel`, `EducationAndCommunication`, `NewVehicles`, `UsedCarsAndTrucks`, `CollegeTuitionAndFees`|
59
+
|`BLSEconomicSurveysJolts`| US Bureau of Labor Statistics (BLS) |`JobOpenings`, `JobOpeningsRate`, `Hires`, `HiresRate`, `Quits`, `QuitsRate`, `TotalSeparations`, `LayoffsAndDischarges`|
60
+
|`BLSEconomicSurveysPpi`| US Bureau of Labor Statistics (BLS) |`FinalDemand`, `CorePpi`, `FinalDemandLessFoodEnergyTrade`, `FinalDemandGoods`, `FinalDemandServices`, `FinalDemandConstruction`, `AllCommodities`, `FarmProducts`, `ProcessedFoodsAndFeeds`, `CrudePetroleum`, `FinalDemandGoodsLessFoods`|
61
61
|`USEnergy`| US Energy Information Administration (EIA) |`Value`|
62
62
|`Fred`| US Federal Reserve (FRED) |`Value`|
63
63
|`QuiverGovernmentContract`| US Government Contracts |`Description`, `Agency`, `Amount`|
with zipfile.ZipFile(io.BytesIO(byte_data)) as archive:
112
-
filename = archive.namelist()[0]
113
-
with archive.open(filename) asfile:
114
-
df = pd.read_csv(file)
115
-
```
102
+
Research notebooks are different: py`qb.object_store.read_bytes` returns the raw zip bytes, so unzip them before loading the inner file.
116
103
- Live/backtest split: branch in `GetSource` only when the source differs; return identical parsed objects from both paths.
117
104
- Arrays/unfolding: keep the requested JSON array shape. Do not convert it to JSONL or CSV unless the user explicitly asks. Store Object Store JSON array files as one-line/minified JSON under the requested key, and do not change Object Store keys during debugging unless you report the change. Use `FileFormat.UnfoldingCollection`, parse the array, sort emitted objects by `EndTime`, and return `new BaseDataCollection(objects.Last().EndTime, config.Symbol, objects)`.
|`BLSEconomicSurveysCes`| US Bureau of Labor Statistics (BLS) |`value`|
54
-
|`BLSEconomicSurveysCpi`| US Bureau of Labor Statistics (BLS) |`value`|
55
-
|`BLSEconomicSurveysJolts`| US Bureau of Labor Statistics (BLS) |`value`|
56
-
|`BLSEconomicSurveysPpi`| US Bureau of Labor Statistics (BLS) |`value`|
53
+
|`BLSEconomicSurveysCes`| US Bureau of Labor Statistics (BLS) |`total_nonfarm`, `total_private`, `average_hourly_earnings`, `average_weekly_hours`, `average_weekly_earnings`, `production_hourly_earnings`, `production_employees`, `manufacturing`, `goods_producing`, `private_service_providing`, `construction`, `retail_trade`, `financial_activities`, `education_and_health_services`, `leisure_and_hospitality`, `mining_and_logging`|
54
+
|`BLSEconomicSurveysCpi`| US Bureau of Labor Statistics (BLS) |`all_items`, `core_cpi`, `food`, `food_at_home`, `food_away_from_home`, `energy`, `shelter`, `rent_of_primary_residence`, `gasoline`, `medical_care`, `apparel`, `education_and_communication`, `new_vehicles`, `used_cars_and_trucks`, `college_tuition_and_fees`|
55
+
|`BLSEconomicSurveysJolts`| US Bureau of Labor Statistics (BLS) |`job_openings`, `job_openings_rate`, `hires`, `hires_rate`, `quits`, `quits_rate`, `total_separations`, `layoffs_and_discharges`|
56
+
|`BLSEconomicSurveysPpi`| US Bureau of Labor Statistics (BLS) |`final_demand`, `core_ppi`, `final_demand_less_food_energy_trade`, `final_demand_goods`, `final_demand_services`, `final_demand_construction`, `all_commodities`, `farm_products`, `processed_foods_and_feeds`, `crude_petroleum`, `final_demand_goods_less_foods`|
57
57
|`USEnergy`| US Energy Information Administration (EIA) |`value`|
58
58
|`Fred`| US Federal Reserve (FRED) |`value`|
59
59
|`QuiverGovernmentContract`| US Government Contracts |`description`, `agency`, `amount`|
0 commit comments