Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
テーブルデータ大好き/Bidirectional and Composable Data St...
Search
florets1
April 21, 2023
Technology
1
840
テーブルデータ大好き/Bidirectional and Composable Data Structure
florets1
April 21, 2023
Tweet
Share
More Decks by florets1
See All by florets1
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
370
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
7
2.3k
直積は便利/direct_product_is_useful
florets1
3
370
butterfly_effect/butterfly_effect_in-house
florets1
1
170
データハンドリング/data_handling
florets1
2
210
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
270
率の平均を求めてはいけない/Do_Not_Average_Rates
florets1
11
15k
請求と支払を照合する技術/using_full_join_in_r
florets1
2
250
応用セッション_同じデータでもP値が変わる話/key_considerations_in_NHST_2
florets1
1
1.2k
Other Decks in Technology
See All in Technology
Streamline Cloud-Native App Development Using CDEs
saeedzf
0
820
積み上げられた技術資産と向き合いながら、プロダクトの信頼性をどう守るか
plaidtech
PRO
0
850
2025advance01
minamizaki
0
130
SmartHRの複数のチームにおけるMCPサーバーの活用事例と課題
yukisnow1823
2
1.1k
ローカル環境でAIを動かそう!
falken
PRO
1
170
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
17k
LT:組込み屋さんのオシロが壊れた!
windy_pon
0
350
mnt_data_とは?ChatGPTコード実行環境を深堀りしてみた
icck
0
210
Node−RED で Ollama を使ったローカルLLM(node-red-contrib-ollamaを利用) / ビジュアルプログラミングIoTLT vol.20
you
PRO
0
140
S3 Tables を図解でやさしくおさらい~基本から QuickSight 連携まで/s3-tables-illustrated-basics-quicksight
emiki
1
330
セキュリティSaaS企業が実践するCursor運用ルールと知見 / How a Security SaaS Company Runs Cursor: Rules & Insights
tetsuzawa
0
220
令和トラベルQAのAI活用
seigaitakahiro
0
520
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Building Applications with DynamoDB
mza
95
6.4k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
19
1.2k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Rails Girls Zürich Keynote
gr2m
94
13k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
42
2.3k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
106
19k
What's in a price? How to price your products and services
michaelherold
245
12k
The Cult of Friendly URLs
andyhume
78
6.4k
Transcript
1 2023.04.22 Tokyo.R #105 テーブルデータ大好き
2 見積書を整理したいけど フォルダーでは上手に整理できない~😢 顧客A 4月
3 テーブルなら大丈夫😇
4 直積 × = 網羅的に考えられる もれがない
5 完全外部結合 × = こういう照合苦手じゃないですか? 機械にやってもらいたい
6 双方向性 あいつの上司 は誰だ~ 商品Yは店舗Aと Cにある 出力1を得るには -1か1を入力する 4月21日に到着させるために 4月19日に出荷する
足し算の表を作ったら引き算の表もできてしまった (aとa+bがわかればbがわかる)
7 コンポーザブル T T T T .. テーブルの計算結果がまたテーブルになる (テーブルに閉じた演算がたくさん用意されてる)
8 大好きなところ • 整理上手 📁よりも • 直積 網羅的に考える • 完全外部結合
照合に便利 • 双方向性 逆にも考えてみる • コンポーザブル つながる ひろがる