{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "import numpy as np\n", "import matplotlib.pyplot as plt\n", "\n", "import os\n", "import json" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "# a = pd.read_csv('./DOT_Traffic_Speeds_NBE.csv')\n", "# save it as parquet\n", "# a.to_parquet('./DOT_Traffic_Speeds_NBE.parquet')\n", "# a = pd.read_parquet('./DOT_Traffic_Speeds_NBE.parquet')\n", "\n", "a = pd.read_parquet('./all_data.parquet')\n" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "a = a.drop(columns=['ENCODED_POLY_LINE', 'ENCODED_POLY_LINE_LVLS', 'OWNER', 'TRANSCOM_ID', 'LINK_ID'])" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "application/vnd.microsoft.datawrangler.viewer.v0+json": { "columns": [ { "name": "index", "rawType": "int64", "type": "integer" }, { "name": "ID", "rawType": "object", "type": "string" }, { "name": "SPEED", "rawType": "object", "type": "string" }, { "name": "TRAVEL_TIME", "rawType": "object", "type": "string" }, { "name": "STATUS", "rawType": "object", "type": "string" }, { "name": "DATA_AS_OF", "rawType": "datetime64[ns]", "type": "datetime" }, { "name": "LINK_POINTS", "rawType": "object", "type": "string" }, { "name": "BOROUGH", "rawType": "object", "type": "string" }, { "name": "LINK_NAME", "rawType": "object", "type": "string" } ], "conversionMethod": "pd.DataFrame", "ref": "1b5b9068-9257-45fd-b1e6-f9bd3685c70f", "rows": [ [ "0", "378", "15.53", "172", "0", "2025-03-06 22:58:09", "40.6210105,-74.168861 40.6207604,-74.168 40.6182105,-74.162381 40.6154,-74.15806 40.6149404,-74.15748", "Staten Island", "SIE E SOUTH AVENUE - RICHMOND AVENUE" ], [ "1", "129", "54.05", "86", "0", "2025-03-06 22:58:09", "40.8240706,-73.874311 40.8247,-73.86959 40.8251906,-73.86596 40.82536,-73.86426 40.82587,-73.85961 40.8266006,-73.85424 40.8271806,-73.84994", "Bronx", "BE N STRATFORD AVENUE - CASTLE HILL AVE" ], [ "2", "126", "54.05", "139", "0", "2025-03-06 22:58:09", "40.8271606,-73.84993 40.82771,-73.84671 40.8284105,-73.843471 40.82869,-73.84133 40.8287905,-73.8386 40.82891,-73.837 40.8292,-73.835541 40.82968,-73.834031 40.8305,-73.83239 40.83211,-73.82983 40.83305,-73.82826 40.83366,-73.82693 40.8343006,-73.82571", "Bronx", "BE N Castle Hill Avenue - Griswold Ave" ], [ "3", "295", "0", "0", "-101", "2025-03-06 22:58:09", "40.84064,-73.83831 40.83881,-73.83853 40.8346304,-73.83839 40.83261,-73.83804 40.83066,-73.837521 40.8280704,-73.83668 40.82495,-73.836211", "Bronx", "HRP N LAFAYETTE AVENUE - E TREMONT AVENUE" ], [ "4", "159", "36.66", "151", "0", "2025-03-06 22:58:09", "40.8563506,-73.87233 40.85219,-73.871371 40.85007,-73.87111 40.8469404,-73.87115 40.8459605,-73.871311 40.8424005,-73.87202 40.83961,-73.87273 40.8362404,-73.87372 40.8349506,-73.8739 40.8333606,-73.873831 40.8319705,-73.873681 40.82985,-73.87313 40.82683", "Bronx", "BRP N WATSON AVENUE - FORDHAM ROAD" ] ], "shape": { "columns": 8, "rows": 5 } }, "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
IDSPEEDTRAVEL_TIMESTATUSDATA_AS_OFLINK_POINTSBOROUGHLINK_NAME
037815.5317202025-03-06 22:58:0940.6210105,-74.168861 40.6207604,-74.168 40.61...Staten IslandSIE E SOUTH AVENUE - RICHMOND AVENUE
112954.058602025-03-06 22:58:0940.8240706,-73.874311 40.8247,-73.86959 40.825...BronxBE N STRATFORD AVENUE - CASTLE HILL AVE
212654.0513902025-03-06 22:58:0940.8271606,-73.84993 40.82771,-73.84671 40.828...BronxBE N Castle Hill Avenue - Griswold Ave
329500-1012025-03-06 22:58:0940.84064,-73.83831 40.83881,-73.83853 40.83463...BronxHRP N LAFAYETTE AVENUE - E TREMONT AVENUE
415936.6615102025-03-06 22:58:0940.8563506,-73.87233 40.85219,-73.871371 40.85...BronxBRP N WATSON AVENUE - FORDHAM ROAD
\n", "
" ], "text/plain": [ " ID SPEED TRAVEL_TIME STATUS DATA_AS_OF \\\n", "0 378 15.53 172 0 2025-03-06 22:58:09 \n", "1 129 54.05 86 0 2025-03-06 22:58:09 \n", "2 126 54.05 139 0 2025-03-06 22:58:09 \n", "3 295 0 0 -101 2025-03-06 22:58:09 \n", "4 159 36.66 151 0 2025-03-06 22:58:09 \n", "\n", " LINK_POINTS BOROUGH \\\n", "0 40.6210105,-74.168861 40.6207604,-74.168 40.61... Staten Island \n", "1 40.8240706,-73.874311 40.8247,-73.86959 40.825... Bronx \n", "2 40.8271606,-73.84993 40.82771,-73.84671 40.828... Bronx \n", "3 40.84064,-73.83831 40.83881,-73.83853 40.83463... Bronx \n", "4 40.8563506,-73.87233 40.85219,-73.871371 40.85... Bronx \n", "\n", " LINK_NAME \n", "0 SIE E SOUTH AVENUE - RICHMOND AVENUE \n", "1 BE N STRATFORD AVENUE - CASTLE HILL AVE \n", "2 BE N Castle Hill Avenue - Griswold Ave \n", "3 HRP N LAFAYETTE AVENUE - E TREMONT AVENUE \n", "4 BRP N WATSON AVENUE - FORDHAM ROAD " ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "a.head()\n" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "a['DATA_AS_OF'] = pd.to_datetime(a['DATA_AS_OF'], format='%m/%d/%Y %I:%M:%S %p').dt.strftime('%Y%m%d%H%M%S')" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [ { "data": { "application/vnd.microsoft.datawrangler.viewer.v0+json": { "columns": [ { "name": "index", "rawType": "int64", "type": "integer" }, { "name": "ID", "rawType": "object", "type": "string" }, { "name": "SPEED", "rawType": "object", "type": "string" }, { "name": "TRAVEL_TIME", "rawType": "object", "type": "string" }, { "name": "STATUS", "rawType": "object", "type": "string" }, { "name": "DATA_AS_OF", "rawType": "object", "type": "string" }, { "name": "LINK_POINTS", "rawType": "object", "type": "string" }, { "name": "BOROUGH", "rawType": "object", "type": "string" }, { "name": "LINK_NAME", "rawType": "object", "type": "string" } ], "conversionMethod": "pd.DataFrame", "ref": "9d70ab6d-c76e-4d9f-afde-916a1e283d14", "rows": [ [ "0", "378", "15.53", "172", "0", "20250306225809", "40.6210105,-74.168861 40.6207604,-74.168 40.6182105,-74.162381 40.6154,-74.15806 40.6149404,-74.15748", "Staten Island", "SIE E SOUTH AVENUE - RICHMOND AVENUE" ], [ "1", "129", "54.05", "86", "0", "20250306225809", "40.8240706,-73.874311 40.8247,-73.86959 40.8251906,-73.86596 40.82536,-73.86426 40.82587,-73.85961 40.8266006,-73.85424 40.8271806,-73.84994", "Bronx", "BE N STRATFORD AVENUE - CASTLE HILL AVE" ], [ "2", "126", "54.05", "139", "0", "20250306225809", "40.8271606,-73.84993 40.82771,-73.84671 40.8284105,-73.843471 40.82869,-73.84133 40.8287905,-73.8386 40.82891,-73.837 40.8292,-73.835541 40.82968,-73.834031 40.8305,-73.83239 40.83211,-73.82983 40.83305,-73.82826 40.83366,-73.82693 40.8343006,-73.82571", "Bronx", "BE N Castle Hill Avenue - Griswold Ave" ], [ "3", "295", "0", "0", "-101", "20250306225809", "40.84064,-73.83831 40.83881,-73.83853 40.8346304,-73.83839 40.83261,-73.83804 40.83066,-73.837521 40.8280704,-73.83668 40.82495,-73.836211", "Bronx", "HRP N LAFAYETTE AVENUE - E TREMONT AVENUE" ], [ "4", "159", "36.66", "151", "0", "20250306225809", "40.8563506,-73.87233 40.85219,-73.871371 40.85007,-73.87111 40.8469404,-73.87115 40.8459605,-73.871311 40.8424005,-73.87202 40.83961,-73.87273 40.8362404,-73.87372 40.8349506,-73.8739 40.8333606,-73.873831 40.8319705,-73.873681 40.82985,-73.87313 40.82683", "Bronx", "BRP N WATSON AVENUE - FORDHAM ROAD" ] ], "shape": { "columns": 8, "rows": 5 } }, "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
IDSPEEDTRAVEL_TIMESTATUSDATA_AS_OFLINK_POINTSBOROUGHLINK_NAME
037815.5317202025030622580940.6210105,-74.168861 40.6207604,-74.168 40.61...Staten IslandSIE E SOUTH AVENUE - RICHMOND AVENUE
112954.058602025030622580940.8240706,-73.874311 40.8247,-73.86959 40.825...BronxBE N STRATFORD AVENUE - CASTLE HILL AVE
212654.0513902025030622580940.8271606,-73.84993 40.82771,-73.84671 40.828...BronxBE N Castle Hill Avenue - Griswold Ave
329500-1012025030622580940.84064,-73.83831 40.83881,-73.83853 40.83463...BronxHRP N LAFAYETTE AVENUE - E TREMONT AVENUE
415936.6615102025030622580940.8563506,-73.87233 40.85219,-73.871371 40.85...BronxBRP N WATSON AVENUE - FORDHAM ROAD
\n", "
" ], "text/plain": [ " ID SPEED TRAVEL_TIME STATUS DATA_AS_OF \\\n", "0 378 15.53 172 0 20250306225809 \n", "1 129 54.05 86 0 20250306225809 \n", "2 126 54.05 139 0 20250306225809 \n", "3 295 0 0 -101 20250306225809 \n", "4 159 36.66 151 0 20250306225809 \n", "\n", " LINK_POINTS BOROUGH \\\n", "0 40.6210105,-74.168861 40.6207604,-74.168 40.61... Staten Island \n", "1 40.8240706,-73.874311 40.8247,-73.86959 40.825... Bronx \n", "2 40.8271606,-73.84993 40.82771,-73.84671 40.828... Bronx \n", "3 40.84064,-73.83831 40.83881,-73.83853 40.83463... Bronx \n", "4 40.8563506,-73.87233 40.85219,-73.871371 40.85... Bronx \n", "\n", " LINK_NAME \n", "0 SIE E SOUTH AVENUE - RICHMOND AVENUE \n", "1 BE N STRATFORD AVENUE - CASTLE HILL AVE \n", "2 BE N Castle Hill Avenue - Griswold Ave \n", "3 HRP N LAFAYETTE AVENUE - E TREMONT AVENUE \n", "4 BRP N WATSON AVENUE - FORDHAM ROAD " ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "a.head()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "---------------------------------" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "['378',\n", " '129',\n", " '126',\n", " '295',\n", " '159',\n", " '338',\n", " '427',\n", " '381',\n", " '350',\n", " '154',\n", " '435',\n", " '384',\n", " '439',\n", " '385',\n", " '390',\n", " '351',\n", " '388',\n", " '434',\n", " '382',\n", " '383',\n", " '258',\n", " '259',\n", " '261',\n", " '137',\n", " '399',\n", " '426',\n", " '369',\n", " '315',\n", " '171',\n", " '142',\n", " '170',\n", " '425',\n", " '145',\n", " '150',\n", " '4',\n", " '1',\n", " '215',\n", " '217',\n", " '165',\n", " '422',\n", " '377',\n", " '325',\n", " '329',\n", " '265',\n", " '324',\n", " '311',\n", " '119',\n", " '298',\n", " '364',\n", " '211',\n", " '318',\n", " '124',\n", " '365',\n", " '213',\n", " '212',\n", " '405',\n", " '319',\n", " '441',\n", " '345',\n", " '186',\n", " '344',\n", " '191',\n", " '190',\n", " '448',\n", " '417',\n", " '195',\n", " '411',\n", " '207',\n", " '331',\n", " '332',\n", " '169',\n", " '199',\n", " '208',\n", " '450',\n", " '223',\n", " '149',\n", " '221',\n", " '222',\n", " '2',\n", " '3',\n", " '106',\n", " '204',\n", " '167',\n", " '172',\n", " '177',\n", " '424',\n", " '423',\n", " '178',\n", " '157',\n", " '185',\n", " '160',\n", " '148',\n", " '184',\n", " '428',\n", " '453',\n", " '354',\n", " '394',\n", " '433',\n", " '431',\n", " '430',\n", " '387',\n", " '437',\n", " '375',\n", " '376',\n", " '406',\n", " '402',\n", " '451',\n", " '164',\n", " '168',\n", " '202',\n", " '398',\n", " '140',\n", " '141',\n", " '347',\n", " '395',\n", " '330',\n", " '349',\n", " '436',\n", " '264',\n", " '263',\n", " '339',\n", " '445',\n", " '257',\n", " '153',\n", " '155',\n", " '110',\n", " '440',\n", " '206',\n", " '205',\n", " '262',\n", " '418',\n", " '412',\n", " '419',\n", " '413',\n", " '379',\n", " '410',\n", " '416',\n", " '380']" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# get the unique values of ID\n", "id_list = a['ID'].unique().tolist()\n", "id_list" ] }, { "cell_type": "code", "execution_count": 8, "metadata": {}, "outputs": [ { "data": { "application/vnd.microsoft.datawrangler.viewer.v0+json": { "columns": [ { "name": "index", "rawType": "int64", "type": "integer" }, { "name": "ID", "rawType": "object", "type": "unknown" }, { "name": "SPEED", "rawType": "object", "type": "unknown" }, { "name": "TRAVEL_TIME", "rawType": "object", "type": "unknown" }, { "name": "STATUS", "rawType": "object", "type": "unknown" }, { "name": "DATA_AS_OF", "rawType": "object", "type": "unknown" }, { "name": "LINK_POINTS", "rawType": "object", "type": "unknown" }, { "name": "BOROUGH", "rawType": "object", "type": "unknown" }, { "name": "LINK_NAME", "rawType": "object", "type": "unknown" } ], "conversionMethod": "pd.DataFrame", "ref": "565b6c4e-6e42-4736-ab0c-13e533adbdfd", "rows": [], "shape": { "columns": 8, "rows": 0 } }, "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
IDSPEEDTRAVEL_TIMESTATUSDATA_AS_OFLINK_POINTSBOROUGHLINK_NAME
\n", "
" ], "text/plain": [ "Empty DataFrame\n", "Columns: [ID, SPEED, TRAVEL_TIME, STATUS, DATA_AS_OF, LINK_POINTS, BOROUGH, LINK_NAME]\n", "Index: []" ] }, "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df = a[a['ID'].apply(str).str.contains(\"444\", regex=False, na=False, case=False)]\n", "# convert DATA_AS_OF from %m/%d/%Y %I:%M:%S %p to %Y%m%d%H%M%S\n", "# df['DATA_AS_OF'] = pd.to_datetime(df['DATA_AS_OF'], format='%m/%d/%Y %I:%M:%S %p').dt.strftime('%Y%m%d%H%M%S')\n", "df = df.sort_values(['DATA_AS_OF'])\n", "# reset the index\n", "df = df.reset_index(drop=True)\n", "df" ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [], "source": [ "# check if all the previous id in this\n", "original_id = json.load(open('./id_info.json'))" ] }, { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [], "source": [ "original_id = original_id.keys()\n", "original_id = list(original_id)\n" ] }, { "cell_type": "code", "execution_count": 11, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "['262',\n", " '204',\n", " '106',\n", " '184',\n", " '3',\n", " '2',\n", " '217',\n", " '221',\n", " '1',\n", " '4',\n", " '149',\n", " '150',\n", " '223',\n", " '145',\n", " '450',\n", " '208',\n", " '199',\n", " '207',\n", " '331',\n", " '332',\n", " '169',\n", " '170',\n", " '171',\n", " '315',\n", " '325',\n", " '440',\n", " '330',\n", " '329',\n", " '195',\n", " '345',\n", " '344',\n", " '191',\n", " '213',\n", " '399',\n", " '395',\n", " '410',\n", " '347',\n", " '141',\n", " '140',\n", " '398',\n", " '202',\n", " '168',\n", " '164',\n", " '298',\n", " '451',\n", " '406',\n", " '364',\n", " '417',\n", " '416',\n", " '411',\n", " '264',\n", " '263',\n", " '190',\n", " '448',\n", " '212',\n", " '318',\n", " '211',\n", " '319',\n", " '311',\n", " '419',\n", " '418',\n", " '387',\n", " '385',\n", " '390',\n", " '351',\n", " '388',\n", " '434',\n", " '430',\n", " '431',\n", " '433',\n", " '412',\n", " '413',\n", " '258',\n", " '259',\n", " '394',\n", " '261',\n", " '154',\n", " '155',\n", " '153',\n", " '453',\n", " '428',\n", " '129',\n", " '126',\n", " '295',\n", " '159',\n", " '338',\n", " '427',\n", " '142',\n", " '160',\n", " '185',\n", " '426',\n", " '425',\n", " '110',\n", " '369',\n", " '178',\n", " '422',\n", " '423',\n", " '424',\n", " '165',\n", " '177',\n", " '172',\n", " '167',\n", " '257',\n", " '222',\n", " '379',\n", " '324',\n", " '215',\n", " '383',\n", " '186',\n", " '402',\n", " '265',\n", " '380',\n", " '445',\n", " '119',\n", " '137',\n", " '124',\n", " '365',\n", " '354',\n", " '349',\n", " '205',\n", " '439',\n", " '206',\n", " '405',\n", " '376',\n", " '375',\n", " '381',\n", " '377',\n", " '350',\n", " '378',\n", " '435',\n", " '384',\n", " '441',\n", " '436',\n", " '437',\n", " '382',\n", " '316',\n", " '148',\n", " '157',\n", " '339',\n", " '432',\n", " '389',\n", " '108',\n", " '107',\n", " '225',\n", " '446',\n", " '444',\n", " '224',\n", " '442',\n", " '447',\n", " '443',\n", " '122',\n", " '123',\n", " '313']" ] }, "execution_count": 11, "metadata": {}, "output_type": "execute_result" } ], "source": [ "original_id" ] }, { "cell_type": "code", "execution_count": 12, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "['316',\n", " '432',\n", " '389',\n", " '108',\n", " '107',\n", " '225',\n", " '446',\n", " '444',\n", " '224',\n", " '442',\n", " '447',\n", " '443',\n", " '122',\n", " '123',\n", " '313']" ] }, "execution_count": 12, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# find the id that is not in the original_id\n", "id_list = a['ID'].unique().tolist()\n", "id_list = [str(i) for i in id_list]\n", "id_list = set(id_list)\n", "id_list = list(id_list)\n", "id_list = [i for i in original_id if i not in id_list]\n", "id_list" ] }, { "cell_type": "code", "execution_count": 13, "metadata": {}, "outputs": [], "source": [ "id_list = a['ID'].unique().tolist()" ] }, { "cell_type": "code", "execution_count": 14, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "doing 378doing 129doing 126doing 295doing 159doing 427doing 338doing 381doing 350doing 154doing 435doing 384\n", "doing 439doing 385\n", "doing 390doing 351doing 434doing 382doing 388\n", "doing 258doing 383doing 259\n", "\n", "doing 399\n", "doing 315doing 369doing 426doing 142\n", "\n", "doing 171doing 425doing 150\n", "doing 145doing 170\n", "doing 4\n", "doing 1doing 422doing 215doing 265doing 217\n", "doing 165doing 311doing 377doing 364\n", "\n", "\n", "doing 325\n", "doing 329doing 119\n", "doing 324doing 298\n", "\n", "doing 124doing 318doing 211doing 405\n", "\n", "doing 212doing 441doing 319doing 186\n", "doing 344doing 190doing 365\n", "doing 213doing 417\n", "doing 345\n", "doing 331doing 191doing 448doing 195doing 207doing 208doing 450doing 332doing 411\n", "\n", "\n", "doing 221doing 222\n", "doing 169doing 149doing 199doing 2\n", "\n", "doing 223doing 167doing 106\n", "doing 204doing 3\n", "\n", "\n", "\n", "\n", "doing 172\n", "\n", "doing 177doing 157\n", "\n", "\n", "doing 184\n", "doing 160doing 148doing 424doing 185doing 453doing 354\n", "doing 428\n", "\n", "\n", "\n", "doing 431\n", "doing 430doing 394doing 433\n", "doing 402doing 376\n", "doing 437\n", "\n", "\n", "doing 387\n", "\n", "\n", "\n", "doing 375doing 202\n", "doing 451doing 406doing 168doing 164\n", "\n", "\n", "doing 140doing 349\n", "\n", "\n", "\n", "doing 347\n", "\n", "\n", "doing 395doing 141doing 398doing 339doing 445\n", "doing 330doing 257\n", "doing 263\n", "\n", "\n", "doing 436doing 153doing 155doing 264\n", "\n", "\n", "doing 440\n", "\n", "\n", "\n", "doing 110doing 206\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "doing 261doing 178doing 137\n", "\n", "\n", "doing 423\n", "doing 205\n", "doing 262\n", "doing 418\n", "doing 412\n", "doing 419\n", "doing 413\n", "doing 379\n", "doing 410\n", "doing 416\n", "doing 380\n" ] } ], "source": [ "from multiprocessing import Pool\n", "\n", "os.makedirs('./2025_full_data', exist_ok=True)\n", "os.makedirs('./2025_slim_data', exist_ok=True)\n", "\n", "def process_id(id):\n", " print(f'doing {id}')\n", " # filter the data by id\n", " df = a[a['ID'] == id]\n", " \n", " # convert DATA_AS_OF from %m/%d/%Y %I:%M:%S %p to %Y%m%d%H%M%S\n", " df = df.sort_values(['DATA_AS_OF'])\n", " # reset the index\n", " df = df.reset_index(drop=True)\n", " df.to_parquet('./2025_full_data/id_{}.parquet'.format(id))\n", " # get the value of BOROUGH column of first raw\n", " borough = df['BOROUGH'].iloc[0]\n", " link = df['LINK_NAME'].iloc[0]\n", " length = len(df)\n", " id_info = {id: {'borough': borough, 'link': link, 'len': length}}\n", " df = df.drop(columns=['BOROUGH', 'LINK_NAME', 'ID','LINK_POINTS', 'STATUS'])\n", " # rearrange the columns\n", " df = df[['DATA_AS_OF', 'SPEED', 'TRAVEL_TIME']]\n", " df.to_parquet('./2025_slim_data/id_{}.parquet'.format(id))\n", " return id_info\n", "\n", "with Pool() as pool:\n", " results = pool.map(process_id, id_list)\n", "\n", "# Combine all the id_info dictionaries into one\n", "id_info = {}\n", "for result in results:\n", " id_info.update(result)\n", "\n", "with open('./id_info_2025.json', 'w') as f:\n", " json.dump(id_info, f)" ] }, { "cell_type": "code", "execution_count": 15, "metadata": {}, "outputs": [ { "data": { "application/vnd.microsoft.datawrangler.viewer.v0+json": { "columns": [ { "name": "index", "rawType": "int64", "type": "integer" }, { "name": "ID", "rawType": "object", "type": "unknown" }, { "name": "SPEED", "rawType": "object", "type": "unknown" }, { "name": "TRAVEL_TIME", "rawType": "object", "type": "unknown" }, { "name": "STATUS", "rawType": "object", "type": "unknown" }, { "name": "DATA_AS_OF", "rawType": "object", "type": "unknown" }, { "name": "LINK_POINTS", "rawType": "object", "type": "unknown" }, { "name": "BOROUGH", "rawType": "object", "type": "unknown" }, { "name": "LINK_NAME", "rawType": "object", "type": "unknown" } ], "conversionMethod": "pd.DataFrame", "ref": "978bfe71-59ff-4419-a5c0-001be7e3889a", "rows": [], "shape": { "columns": 8, "rows": 0 } }, "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
IDSPEEDTRAVEL_TIMESTATUSDATA_AS_OFLINK_POINTSBOROUGHLINK_NAME
\n", "
" ], "text/plain": [ "Empty DataFrame\n", "Columns: [ID, SPEED, TRAVEL_TIME, STATUS, DATA_AS_OF, LINK_POINTS, BOROUGH, LINK_NAME]\n", "Index: []" ] }, "execution_count": 15, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# convert the DATA_AS_OF to datetime\n", "\n", "df" ] } ], "metadata": { "kernelspec": { "display_name": "probts", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.14" } }, "nbformat": 4, "nbformat_minor": 2 }