This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
age | sex | cp | trestbps | chol | fbs | restecg | thalachh | exang | oldpeak | slope | ca | thal | target | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
63 | 1 | 3 | 145 | 233 | 1 | 0 | 150 | 0 | 2.3 | 0 | 0 | 1 | 1 | |
37 | 1 | 2 | 130 | 250 | 0 | 1 | 187 | 0 | 3.5 | 0 | 0 | 2 | 1 | |
41 | 0 | 1 | 130 | 204 | 0 | 0 | 172 | 0 | 1.4 | 2 | 0 | 2 | 1 | |
56 | 1 | 1 | 120 | 236 | 0 | 1 | 178 | 0 | 0.8 | 2 | 0 | 2 | 1 | |
57 | 0 | 0 | 120 | 354 | 0 | 1 | 163 | 1 | 0.6 | 2 | 0 | 2 | 1 | |
57 | 1 | 0 | 140 | 192 | 0 | 1 | 148 | 0 | 0.4 | 1 | 0 | 1 | 1 | |
56 | 0 | 1 | 140 | 294 | 0 | 0 | 153 | 0 | 1.3 | 1 | 0 | 2 | 1 | |
44 | 1 | 1 | 120 | 263 | 0 | 1 | 173 | 0 | 0.0 | 2 | 0 | 3 | 1 | |
52 | 1 | 2 | 172 | 199 | 1 | 1 | 162 | 0 | 0.5 | 2 | 0 | 3 | 1 |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patient_id,age,sex,on thyroxine,query on thyroxine,on antithyroid medication,sick,pregnant,thyroid surgery,I131 treatment,query hypothyroid,query hyperthyroid,lithium,goitre,tumor,hypopituitary,psych,TSH measured,TSH,T3 measured,T3,TT4 measured,TT4,T4U measured,T4U,FTI measured,FTI,TBG measured,referral source,class,dataset_name | |
1,41.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.3,1,2.5,1,125.0,1,1.14,1,109.0,0,SVHC,negative,allrep | |
2,23.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4.1,1,2.0,1,102.0,0,,0,,0,other,negative,allrep | |
3,46.0,1.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.98,0,,1,109.0,1,0.91,1,120.0,0,other,negative,allrep | |
4,70.0,0.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.16,1,1.9,1,175.0,0,,0,,0,other,replacement therapy,allrep | |
5,70.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.72,1,1.2,1,61.0,1,0.87,1,70.0,0,SVI,negative,allrep | |
6,18.0,0.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.03,0,,1,183.0,1,1.3,1,141.0,0,other,negative,allrep | |
7,59.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,,1,72.0,1,0.92,1,78.0,0,other,negative,allrep | |
8,80.0,0.0,0,0,0,0,0,0,0,0,0,0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terraform { | |
required_providers { | |
aws = { | |
source = "hashicorp/aws" | |
version = "~> 4.16" | |
} | |
} | |
required_version = ">= 1.2.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
373 | |
334 | |
315 | |
318 | |
298 | |
313 | |
299 | |
352 | |
338 | |
366 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string.h> | |
#include <sys/param.h> | |
#include <stdlib.h> | |
#include <ctype.h> | |
#include "esp_log.h" | |
#include "nvs_flash.h" | |
#include "esp_event.h" | |
#include "esp_netif.h" | |
#include "esp_tls.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/base64" | |
"fmt" | |
"github.com/matisiekpl/figma" | |
"image" | |
"image/draw" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"heading": "AED Map", | |
"subheading": "{count} AEDs available", | |
"@subheading": { | |
"placeholders": { | |
"count": { | |
"type": "int", | |
"example": "4878" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"heading":"AED-Karte", | |
"subheading":"{count} verfügbare AEDs", | |
"@subheading":{ | |
"placeholders":{ | |
"count":{ | |
"type":"int", | |
"example":"4878" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.EntityFrameworkCore; | |
namespace WebApplication6; | |
public class DatabaseContext: DbContext | |
{ | |
public DbSet<Match> Matches { get; set; } | |
public DbSet<Team> Teams { get; set; } | |
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adam Mickiewicz | |
Pan Tadeusz | |
czyli ostatni zajazd na Litwie | |
Księga pierwsza | |
Gospodarstwo | |
Powrót panicza — Spotkanie się pierwsze w pokoiku, drugie u stołu — Ważna Sędziego nauka o grzeczności — Podkomorzego uwagi polityczne nad modami — Początek sporu o Kusego i Sokoła — Żale Wojskiego — Ostatni Woźny Trybunału — Rzut oka na ówczesny stan polityczny Litwy i Europy |
NewerOlder