I hereby claim:
- I am arpieb on github.
- I am arpieb (https://keybase.io/arpieb) on keybase.
- I have a public key ASDKYPcHf2bo0-TQareVbzMjxhUbcvvPvV5E6l3izG5qZQo
To claim this, I am signing this object:
| from typing import Dict | |
| import pandas as pd | |
| import pyarrow as pa | |
| import pyarrow.parquet as pq | |
| import json | |
| def session_data_to_parquet(fname: str, header: Dict, data: pd.DataFrame) -> None: | |
| index_col = data.index.name |
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 |
| import os | |
| import logging | |
| import argparse | |
| import sys | |
| from text2kg import text2kg, plot_kg | |
| def setup_logging(): | |
| """ |
| ################ | |
| # Attempt to run Windows scripts in a Docker container (for K8s deployment) | |
| # Inspiration/material from: | |
| # https://betterprogramming.pub/how-to-run-any-windows-cli-app-in-a-linux-docker-container-318cd49bdd25 | |
| ################ | |
| FROM ubuntu:22.04 | |
| # Core system packages | |
| RUN apt -y update | |
| RUN apt -y install wget |
| create table events ( | |
| GlobalEventID bigint unsigned , | |
| Day date date_format='YYYYMMDD' , | |
| MonthYear date date_format='YYYYMM' , | |
| Year date date_format='YYYY' , | |
| FractionDate double , | |
| Actor1Code char(15) , | |
| Actor1Name varchar(255) , | |
| Actor1CountryCode char(3) , | |
| Actor1KnownGroupCode char(3) , |
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
| <template encoding-version="1.2"> | |
| <description></description> | |
| <groupId>98771fb2-0162-1000-65a1-1228bdb238d4</groupId> | |
| <name>GDELT 2.0 Data Download</name> | |
| <snippet> | |
| <connections> | |
| <id>99327f17-9239-34b6-0000-000000000000</id> | |
| <parentGroupId>5eca6977-2945-3990-0000-000000000000</parentGroupId> | |
| <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold> |
I hereby claim:
To claim this, I am signing this object:
| $ docker run atbaker/wikipedia-question-generator "Immutable object" | |
| Analyzing 'Immutable object' | |
| [ | |
| { | |
| "answer": "contrast", | |
| "question": "This is in __________ to a mutable object (changeable object), which can be modified after it is created.", | |
| "similar_words": [ | |
| "antagonism", | |
| "antipode", | |
| "antithesis", |