SQL Server to Excel (Copy Paste)You can transfer data out of SQL Server to Excel with Copy Paste. This works very well for […] November 11, 2024 in Uncategorized tagged excel / sql / paste / copy by Mike
Pandas DataFrame to ExcelHow do you export a Pandas DataFrame to an Excel file? It’s very easy to do. This exercise […] November 11, 2024 in Python tagged excel / export / file / pandas / dataframe by Mike
Excel into Python (pandas)Do you have some data in Excel that you would like to import into Python? You can do […] November 10, 2024 in Python tagged excel / export / import / read / python / pandas / to_excel by Mike
From CSV to ExcelHow do you convert a comma separated values (text file) into a Microsoft Excel file? If you have […] November 9, 2024 in Excel tagged convert / csv / excel / file / text by Mike
From Excel to CSV FileHow would you convert an Excel sheet to a CSV (comma separated values) file? You could open the […] November 9, 2024 in Uncategorized tagged excel / file / csv by Mike
Cleaning Mixed Data TypesExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] April 8, 2024 in Python tagged pandas / cleaning / excel / clean / read / Pandas EDA Cleaning by Mike
Python in ExcelPython is now inside Microsoft Excel. Really? Python is only in Excel if you have Microsoft 365 on […] August 27, 2023 in Excel / Python tagged excel / python by Mike
Excel Column to CSVHow would you convert an Excel column of strings or numbers to a string as a comma separated […] July 6, 2023 in Excel tagged pandas / dataframe / excel / list / VBA / csv / transpose by Mike
Export Excel to PDFConverting your Excel file to PDF can be a bit tricky when you have a large Excel file […] May 17, 2023 in Excel tagged export / PDF / import / scrape / print / excel by Mike
Excel’s Hash ReferenceWhat is the hash symbol that you see in some formulas? What does it do? If you have […] February 12, 2023 in Excel tagged excel / spill / hash by Mike
Excel OFFSET functionThe OFFSET function lets you create a reference to a range of cells that is a certain number […] February 9, 2023 in Excel tagged offset / reference / move / point / excel by Mike
Simple Linear Regression in ExcelLinear regression analysis is used to predict the value of a variable based on the value of another […] February 8, 2023 in Statistics tagged excel / simple / relationship / variables / linear / two / regression / Linear Regression by Mike