File tree Expand file tree Collapse file tree
src/ca_biositing/pipeline/ca_biositing/pipeline/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 347347 "name" : " python" ,
348348 "nbconvert_exporter" : " python" ,
349349 "pygments_lexer" : " ipython3" ,
350- "version" : " 3.13.9 "
350+ "version" : " 3.13.11 "
351351 }
352352 },
353353 "nbformat" : 4 ,
Original file line number Diff line number Diff line change 1+ {
2+ "cells" : [
3+ {
4+ "cell_type" : " code" ,
5+ "execution_count" : null ,
6+ "id" : " d5df752a" ,
7+ "metadata" : {},
8+ "outputs" : [
9+ {
10+ "data" : {
11+ "text/plain" : [
12+ " ca_biositing.datamodels.schemas.generated.ca_biositing.Resource"
13+ ]
14+ },
15+ "execution_count" : 10 ,
16+ "metadata" : {},
17+ "output_type" : " execute_result"
18+ }
19+ ],
20+ "source" : [
21+ " import pandas as pd\n " ,
22+ " import os\n " ,
23+ " import sys\n " ,
24+ " from sqlalchemy.orm import Session\n " ,
25+ " \n " ,
26+ " from ca_biositing.pipeline.utils.lookup_utils import replace_id_with_name_df\n " ,
27+ " from ca_biositing.datamodels.schemas.generated.ca_biositing import *\n " ,
28+ " \n "
29+ ]
30+ }
31+ ],
32+ "metadata" : {
33+ "kernelspec" : {
34+ "display_name" : " default" ,
35+ "language" : " python" ,
36+ "name" : " python3"
37+ },
38+ "language_info" : {
39+ "codemirror_mode" : {
40+ "name" : " ipython" ,
41+ "version" : 3
42+ },
43+ "file_extension" : " .py" ,
44+ "mimetype" : " text/x-python" ,
45+ "name" : " python" ,
46+ "nbconvert_exporter" : " python" ,
47+ "pygments_lexer" : " ipython3" ,
48+ "version" : " 3.12.12"
49+ }
50+ },
51+ "nbformat" : 4 ,
52+ "nbformat_minor" : 5
53+ }
You can’t perform that action at this time.
0 commit comments