Skip to content

Commit

Permalink
recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
supriyabidanta committed Aug 29, 2024
1 parent 9c68627 commit 86384c6
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions pre-process-FTU-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@
}
],
"source": [
"\n",
"\n",
"# Specify the encoding to avoid UnicodeDecodeError\n",
"with open('ref_data/hra-asctb-all.v2.1.json', 'r', encoding='utf-8') as json_file:\n",
" json_data = json.load(json_file)\n",
Expand Down Expand Up @@ -917,7 +919,7 @@
{
"cell_type": "code",
"execution_count": 46,
"id": "e27df0a8",
"id": "c1b95358",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -959,7 +961,7 @@
{
"cell_type": "code",
"execution_count": 47,
"id": "98779a5e",
"id": "599624e3",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1082,7 +1084,7 @@
{
"cell_type": "code",
"execution_count": 48,
"id": "39b48104",
"id": "386dae1e",
"metadata": {},
"outputs": [
{
Expand All @@ -1103,7 +1105,7 @@
{
"cell_type": "code",
"execution_count": 49,
"id": "914176a6",
"id": "a2c9c425",
"metadata": {},
"outputs": [
{
Expand All @@ -1124,7 +1126,7 @@
{
"cell_type": "code",
"execution_count": 50,
"id": "b47088f9",
"id": "983c6d68",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1157,7 +1159,7 @@
{
"cell_type": "code",
"execution_count": 51,
"id": "1713e600",
"id": "2f144c17",
"metadata": {},
"outputs": [
{
Expand All @@ -1179,7 +1181,7 @@
{
"cell_type": "code",
"execution_count": 53,
"id": "db75f0a0",
"id": "01e2f281",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1498,7 +1500,7 @@
{
"cell_type": "code",
"execution_count": 64,
"id": "333c97d5",
"id": "55c68419",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -1508,7 +1510,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a1d5e305",
"id": "f4c92f90",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 86384c6

Please sign in to comment.