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
810
テーブルデータ大好き/Bidirectional and Composable Data Structure
florets1
April 21, 2023
Tweet
Share
More Decks by florets1
See All by florets1
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
6
1.9k
直積は便利/direct_product_is_useful
florets1
3
300
butterfly_effect/butterfly_effect_in-house
florets1
1
110
データハンドリング/data_handling
florets1
2
150
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
220
率の平均を求めてはいけない/Do_Not_Average_Rates
florets1
11
15k
請求と支払を照合する技術/using_full_join_in_r
florets1
2
220
応用セッション_同じデータでもP値が変わる話/key_considerations_in_NHST_2
florets1
1
1.1k
お名前から性別を推測する/Guessing_gender_from_name
florets1
1
500
Other Decks in Technology
See All in Technology
Oracle Cloudの生成AIサービスって実際どこまで使えるの? エンジニア目線で試してみた
minorun365
PRO
4
280
Turing × atmaCup #18 - 1st Place Solution
hakubishin3
0
480
MLOps の現場から
asei
6
640
Microsoft Azure全冠になってみた ~アレを使い倒した者が試験を制す!?~/Obtained all Microsoft Azure certifications Those who use "that" to the full will win the exam! ?
yuj1osm
2
110
re:Invent 2024 Innovation Talks(NET201)で語られた大切なこと
shotashiratori
0
310
私なりのAIのご紹介 [2024年版]
qt_luigi
1
120
ガバメントクラウドのセキュリティ対策事例について
fujisawaryohei
0
530
Qiita埋め込み用スライド
naoki_0531
0
4.7k
GitHub Copilot のテクニック集/GitHub Copilot Techniques
rayuron
29
12k
新機能VPCリソースエンドポイント機能検証から得られた考察
duelist2020jp
0
220
KubeCon NA 2024 Recap: How to Move from Ingress to Gateway API with Minimal Hassle
ysakotch
0
200
KnowledgeBaseDocuments APIでベクトルインデックス管理を自動化する
iidaxs
1
260
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
94
13k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Into the Great Unknown - MozCon
thekraken
33
1.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.1k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Thoughts on Productivity
jonyablonski
67
4.4k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Bash Introduction
62gerente
608
210k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
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 大好きなところ • 整理上手 📁よりも • 直積 網羅的に考える • 完全外部結合
照合に便利 • 双方向性 逆にも考えてみる • コンポーザブル つながる ひろがる