Split a Delimited String in a DataFrameAre you needing to split a string inside a column of a pandas DataFrame? Do you want to […] April 4, 2024 in Python tagged delimited / pandas / comma / string / parse / split by Mike
Parse a String in PythonDo you need to parse a delimited string in Python? Is you string comma-delimited? Are there several strings […] April 3, 2024 in Python tagged parse / python / delimited / pandas / comma by Mike
Excel Find Nth Occurrence of Char in a StringIn Microsoft Excel, what formula would you use to find the Nth occurrence of a character (or string) […] October 14, 2022 in Excel tagged excel / find / string / parse / nth / occurrence / substitute by Mike
T-SQL Parsing To Get FrequencyThis post is about determining just how many parts there are in a string that is delimited with […] November 21, 2021 in SQL Server tagged parse / sql / SQL Server Parsing Many Columns by Mike
SQL Find Nth Occurrence of Char in a StringT-SQL’s CHARINDEX() function is useful for parsing out characters within a string. However, it only returns the first […] November 20, 2021 in SQL Server tagged character / char / string / parse / charindex / nth / occurrence by Mike
T-SQL Parsing Into Many ColumnsThis post is about working with one column in a SQL Server table that contains a comma-separated list […] November 20, 2021 in SQL Server tagged fruit / sql / T-SQL / csv / string / parse / split / SQL Server Parsing Many Columns by Mike
T-SQL Parse a String 2In this post I’ll discuss how to parse a string in SQL Server so that you can move […] November 16, 2021 in SQL Server tagged string / parse / SQL Server Parsing by Mike
T-SQL Parse a StringIn SQL Server, do you have a table with a column that has several values in it that […] November 15, 2021 in SQL Server tagged csv / string / parse / charindex / substring / SQL Server Parsing by Mike
Multiple Genres in Genres ColumnThis post discusses the code for a movie database that has a table with a list of genres […] November 10, 2021 in SQL Server tagged genres / parsing / key / parse / foreign / movie / genre / SQL Server Parsing by Mike
T-SQL Parse a String in a ColumnDo you have a column in your SQL Server database that contains a list of things separated by […] November 10, 2021 in SQL Server tagged split / normalize / parsename / reverse / replace / string / parse / Atomicity by Mike
WPF Validating 9-digit SINIn this post we will look at the validation of a 9-digit Social Insurance Number (SIN) from Canada. […] May 14, 2020 in WPF tagged try / catch / validate / parse / tryparse / validation by Mike
WPF Weather API with DataGridIn this example program we have a DataGrid that is filled with data from an API. This is […] April 10, 2020 in WPF tagged API / xml / parse / datagrid / weather / celcuis / fahrenheight / WPF DataGrid Control by Mike