以下のクエリをサブクエリとしてcountを各列に適用すると、pandasでいうisnull().sum()(各列のnullの行数をカウントする処理です)
になると思うのですが、サブクエリなしで実行する実装方法を教えていただけないでしょうか?
個人的にあまりサブクエリを使うと冗長になるので避けたいです。
select * from `hoge.hogedataset.orders` where order_id is NULL OR user_id is NULL OR eval_set is NULL OR order_number is NULL OR order_dow is NULL OR order_hour_of_day is NULL OR days_since_prior_order is NULL
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/07/29 04:34