Replace Values in PandasAre you working with a DataFrame in pandas? Do you need to change some values in one of […] October 12, 2023 in Python tagged condition / replace / clean / where / set / update by Mike
Count the Number of Rows with a ConditionSuppose you are working with a pandas DataFrame in Python. You are doing some EDA (exploratory data analysis) […] October 12, 2023 in Python tagged python / rows / shape / pandas / dataframe / format / count / string / where / condition by Mike
Filtering a pandas DataFrameHow do you filter or select rows from a pandas DataFrame and have the output produce a filtered […] August 1, 2023 in Python tagged filter / condition / rows / pandas / dataframe / where / column / select by Mike
Excel SUMIFS FunctionThe SUMIFS function, adds all of its arguments that meet multiple criteria. First, let’s compare the SUMIF function. […] November 21, 2022 in Excel tagged where / sumifs / sumif / criteria by Mike
SQL Server Summarizing Data Part 3In the previous post we covered summarizing data using the following words: select, from, where, group by, having […] July 14, 2017 in SQL Server tagged order by / group by / where / having / SQL Summarizing Data by Mike
SQL Server Summarizing Data Part 2Criteria As we continue from our previous post, here is another example of summarizing data. We are continuing […] July 3, 2017 in SQL Server tagged group by / where / having / order by / SQL Summarizing Data by Mike