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 excel / file / text / convert / csv by Mike
Import and Export TablesDo you find yourself converting data tables between different formats such as Excel or comma separated values? Are […] November 9, 2024 in Database tagged export / import / convert / tables by Mike
One-Hot Encoding of Categorical VariablesAre you a data analyst or are you working on a data analysis project and you are wondering […] March 24, 2024 in Data Analytics tagged encode / ordinal / hierarchy / categorical / dummies / data / convert by Mike
Convert Dictionary to DataFrameIn Python, how do you convert a dictionary to a DataFrame? Let’s create a dictionary. Below is the […] January 31, 2024 in Python tagged convert / dictionary / python / pandas / dataframe by Mike
Data Type Conversion in pandasConvert Strings to Floats This post discusses one of the EDA Structuring tasks using Python and pandas. Here […] August 2, 2023 in Python tagged replace / astype / string / comma / type / conversion / float / dollar / strip / data / million / convert / billion / Pandas EDA Structuring by Mike
Pandas Series from DictionaryIf you have a Python dictionary, can you use that to create a pandas Series? Yes. You use […] August 1, 2023 in Python tagged convert / create / dictionary / python / series / pandas / pandas Series by Mike
Convert a String to a Date in RIn R language, if you have a string that you need to convert to a date, try this. […] March 28, 2023 in R Language tagged strings / convert / string / date 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
WPF Convert a Number to TextCheque-writing applications require the conversion of a currency amount to be converted into text so that the words […] May 16, 2020 in WPF tagged check / number / dollar / currency / words / cents / recursion / cheque / text / convert by Mike
WPF Solid Color BrushesMicrosoft in their website article Using brushes to paint backgrounds, foregrounds, and outlines says: “A SolidColorBrush paints an […] April 12, 2020 in WPF tagged converter / background / xaml / brush / brushes / colour / color / fill / C# / convertfromstring / convert / string / WPF Brushes by Mike
C# Convert String to NumberTry here for an article on converting a string to an integer. The best solution is to use […] September 29, 2018 in C# tagged convert / string / integer / number / int by Mike
C# Boxing and UnboxingThe post C# Introduction lists all of the C# series of posts we have at this site. Before […] August 5, 2018 in C# tagged convert / heap / reference / boxing / unboxing / converting / stack / C# Inheritance by Mike