Skip to content

Instantly share code, notes, and snippets.

View Fechin's full-sized avatar
🎯
Focusing

Fechin Fechin

🎯
Focusing
View GitHub Profile
@Fechin
Fechin / breast-cancer-wisconsin-dataset.csv
Created May 24, 2019 08:54
breast cancer wisconsin dataset csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 33 columns, instead of 32 in line 1.
"id","diagnosis","radius_mean","texture_mean","perimeter_mean","area_mean","smoothness_mean","compactness_mean","concavity_mean","concave points_mean","symmetry_mean","fractal_dimension_mean","radius_se","texture_se","perimeter_se","area_se","smoothness_se","compactness_se","concavity_se","concave points_se","symmetry_se","fractal_dimension_se","radius_worst","texture_worst","perimeter_worst","area_worst","smoothness_worst","compactness_worst","concavity_worst","concave points_worst","symmetry_worst","fractal_dimension_worst",
842302,M,17.99,10.38,122.8,1001,0.1184,0.2776,0.3001,0.1471,0.2419,0.07871,1.095,0.9053,8.589,153.4,0.006399,0.04904,0.05373,0.01587,0.03003,0.006193,25.38,17.33,184.6,2019,0.1622,0.6656,0.7119,0.2654,0.4601,0.1189
842517,M,20.57,17.77,132.9,1326,0.08474,0.07864,0.0869,0.07017,0.1812,0.05667,0.5435,0.7339,3.398,74.08,0.005225,0.01308,0.0186,0.0134,0.01389,0.003532,24.99,23.41,158.8,1956,0.1238,0.1866,0.2416,0.186,0.275,0.08902
84300903,M,19.69,21.25,130,1203,0.1096,0.1599,0.1974,0.1279,
{
"title":"A test for load data from remote",
"intro": "A test for load data from remoteA test for load data from remoteA test for load data from remoteA test for load data from remoteA test for load data from remote",
"data":[["id","name","age","gender"],["1","Roberta","39","M"],["2","Oliver","25","M"],["3","Shayna","18","F"],["4","Fechin","18","M"]]
}
@Fechin
Fechin / README.md
Last active May 20, 2026 02:33 — forked from shmookey/README
3103 common 5-letter words

this word list comprises the intersection of 5 letter words occurring in three source lists:

  • wikipedia's list of most 100k most common words in the english language
  • the american english dictionary file on my laptop
  • the british english dictionary file on my laptop

the source lists are sanitised by dropping words that contain non-alphabetic or non-ascii characters and converting capitals to lowercase.

only words that occur in all three resulting lists are kept.