신호생성 repo (24. 1. 5 ~).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

72 lines
1.3 KiB

{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"['.ipynb',\n",
" 'TC_IF_TOD_DAY_PLAN.csv',\n",
" 'TC_IF_TOD_HOLIDAY_PLAN.csv',\n",
" 'TC_IF_TOD_RED_YELLO.csv',\n",
" 'TC_IF_TOD_WEEK_PLAN.csv',\n",
" 'TL_IF_SIGL.csv',\n",
" 'TL_IF_SIGL_CYCL.csv',\n",
" 'TM_FA_CRSRD.csv',\n",
" 'TN_IF_SIGL_FLOW.csv']"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"os.listdir()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"pd.read_csv()"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "siggen_env",
"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.12.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}