Skip to content

Instantly share code, notes, and snippets.

@a-maumau
Last active April 14, 2022 01:50
Show Gist options
  • Save a-maumau/93b455a5bd60dd45a4b52a3612b93469 to your computer and use it in GitHub Desktop.
Save a-maumau/93b455a5bd60dd45a4b52a3612b93469 to your computer and use it in GitHub Desktop.
I always make a mistake in markdown at github, so here is a playground.

a

使い方

from datetime import datetime 

入力データのスキーマ

入力されるデータは,

  • q
  • a
  • z
  • x と
column type description example
e string a "123456"
e string a "01"
e datetime.datetime a datetime.datetime(1970, 1, 1)
o int a 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment