• About Me
    • Contact Me

Data Cornering

  • Twitter
  • Facebook
  • LinkedIn
  • Convert R TRUE and FALSE values to 1 and 0, and vice versa

    Convert R TRUE and FALSE values to 1 and 0, and vice versa

    Here is a simple method to convert R TRUE and FALSE values to 1 and 0, and vice versa.

    June 19, 2020

    in

    R Quick Tips
  • Convert TRUE and FALSE into 1 and 0 in Power BI

    Convert TRUE and FALSE into 1 and 0 in Power BI

    Here is a simple way how to convert TRUE and FALSE into 1 and 0 in Power BI. Precisely speaking – Power Query and DAX.

    June 19, 2020

    in

    DAX, Power Query
  • Convert TRUE and FALSE values to 1 and 0 in Excel

    Convert TRUE and FALSE values to 1 and 0 in Excel

    Here is a simple trick that is not so obvious. By adding two minus signs before calculation, you can convert TRUE, FALSE into 1, 0 in Excel. =–(A2=B2)

    June 18, 2020

    in

    Excel
  • Auto-detect R data frame column data types

    Auto-detect R data frame column data types

    Here is how to auto-detect and change data types for multiple columns in R at the same time.

    June 18, 2020

    in

    R
  • How to identify outliers in Microsoft Power BI

    How to identify outliers in Microsoft Power BI

    One of the simplest methods that you can detect outliers in Power BI is visual detection and IQR method that is also used in box plots (sometimes called box and whisker plot).

    June 7, 2020

    in

    DAX, Power BI
  • Clustered and stacked columns in one Excel chart – 5 easy steps

    Clustered and stacked columns in one Excel chart – 5 easy steps

    If you want to create an Excel chart that contains clustered columns and stacked columns altogether, this post is for you.

    May 20, 2020

    in

    DataViz, Excel
  • Multiple left joins in R

    Multiple left joins in R

    Here is a quick and easy way to perform multiple left joins in R with multiple data frames.

    May 15, 2020

    in

    R
  • How to close EXCEL.EXE from Windows command line

    How to close EXCEL.EXE from Windows command line

    In the last days, I was running into a problem that even all Excel files are closed bunch of EXCEL.EXE processes still running. Here is how to close all EXCEL.EXE at once.

    May 15, 2020

    in

    CMD, Excel
  • How to schedule batch file in Windows 10 Task Scheduler

    How to schedule batch file in Windows 10 Task Scheduler

    Here is how to schedule a batch file in Windows Task Scheduler.

    May 15, 2020

    in

    CMD, Windows
  • How to run Windows batch file from R script

    For me, it worked like this, but there is also modification needed in the actual batch file. system(“cmd.exe”, input = paste(‘C:\\This\\Is\\Path\\Your.bat’)) In the batch file, I added exit command at the end because that was running in an endless loop.   On the other hand, endless loops with proper timing and conditions in the batch…

    May 12, 2020

    in

    CMD, R
←Newer Posts Older Posts→


Data Cornering

Copyright © Data Cornering All Rights Reserved

Proudly powered by WordPress