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
2.1k
直積は便利/direct_product_is_useful
florets1
3
310
butterfly_effect/butterfly_effect_in-house
florets1
1
130
データハンドリング/data_handling
florets1
2
160
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
230
率の平均を求めてはいけない/Do_Not_Average_Rates
florets1
11
15k
請求と支払を照合する技術/using_full_join_in_r
florets1
2
230
応用セッション_同じデータでもP値が変わる話/key_considerations_in_NHST_2
florets1
1
1.1k
お名前から性別を推測する/Guessing_gender_from_name
florets1
1
540
Other Decks in Technology
See All in Technology
SpiderPlus & Co. エンジニア向け会社紹介資料
spiderplus_cb
0
780
シフトライトなテスト活動を適切に行うことで、無理な開発をせず、過剰にテストせず、顧客をビックリさせないプロダクトを作り上げているお話 #RSGT2025 / Shift Right
nihonbuson
3
2k
OPENLOGI Company Profile
hr01
0
58k
Amazon Q Developerで.NET Frameworkプロジェクトをモダナイズしてみた
kenichirokimura
1
190
AWSマルチアカウント統制環境のすゝめ / 20250115 Mitsutoshi Matsuo
shift_evolve
0
100
JAWS-UG20250116_iOSアプリエンジニアがAWSreInventに行ってきた(真面目編)
totokit4
0
130
技術に触れたり、顔を出そう
maruto
1
130
Visual StudioとかIDE関連小ネタ話
kosmosebi
1
360
商品レコメンドでのexplicit negative feedbackの活用
alpicola
1
300
テストを書かないためのテスト/ Tests for not writing tests
sinsoku
1
170
Accessibility Inspectorを活用した アプリのアクセシビリティ向上方法
hinakko
0
170
Bring Your Own Container: When Containers Turn the Key to EDR Bypass/byoc-avtokyo2024
tkmru
0
830
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
GraphQLとの向き合い方2022年版
quramy
44
13k
Making the Leap to Tech Lead
cromwellryan
133
9k
Embracing the Ebb and Flow
colly
84
4.5k
Code Review Best Practice
trishagee
65
17k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
Statistics for Hackers
jakevdp
797
220k
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 大好きなところ • 整理上手 📁よりも • 直積 網羅的に考える • 完全外部結合
照合に便利 • 双方向性 逆にも考えてみる • コンポーザブル つながる ひろがる