Transpose in PythonTo transpose is to rotate information from one row or column to another to change the data layout, […] February 12, 2024 in Python tagged transpose / columns / rows / pandas 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 excel / list / VBA / csv / transpose / pandas / dataframe by Mike
Excel Pivot and UnpivotMany of the transformations in Power Query are fairly easy to grasp but other ones, such as Pivotting […] November 29, 2022 in Excel tagged power / unpivot / query / transpose / pivot / Excel Power Query by Mike
Excel Convert One Row to ColumnsWhen would you ever need to convert a single row of text to several columns of that same […] December 7, 2020 in Excel tagged column / transpose / columns / row / rows / excel / convert by Mike
Create Table SQL Script in ExcelYou have some data in Excel that you need to import into SQL Server. You don’t have a […] April 15, 2018 in Excel tagged excel / sql / import / table / create / transpose / pivot by Mike