Create a Set from a Pandas SeriesA pandas DataFrame can be thought of as a group of Series. Each column is a Series. What […] October 12, 2023 in Python tagged distinct / unique / set / series / dataframe / pandas Series by Mike
Replace Values in PandasAre you working with a DataFrame in pandas? Do you need to change some values in one of […] October 12, 2023 in Python tagged set / update / condition / replace / clean / where by Mike
Cleaning Categories in pandasYou have a dataset in pandas represented as a DataFrame. One of the columns has categories in it. […] July 26, 2023 in Python tagged dictionary / pandas / dataframe / cleaning / spelling / typo / category / replacement / replace / clean / set by Mike
Python SetsA set is a data structure in Python that contains only unordered, non-interchangeable elements. A set is an […] June 2, 2023 in Python tagged data / unique / structure / set by Mike
The ChickWeight Dataset in RThe ChickWeight data frame is a simple longitudinal study of several diets and their impact on chick body […] March 24, 2023 in R Language tagged chicks / aggregate / data / sample / set / frame / dataset / R / longitudinal by Mike
Microsoft’s FoodMart DatabaseIt’s always very helpful to have a database to work with when you are learning software such as […] November 28, 2022 in Database tagged mart / datasets / data / test / sales / sample / set / lookup / fact / food by Mike
Configure the VMIn the previous post we created a VM but now we must configure it. There are several settings […] February 13, 2022 in Networking tagged up / virtual / set / machine / configure / VMware Workstation by Mike
Test Data GeneratorDo you need some sample or test data for your project? Are you doing work in a spreadsheet […] October 27, 2021 in Database tagged generate / dataset / online / fake / generator / data / test / sample / set by Mike
WPF Set Background from C#In Windows Presentation Foundation (WPF), how do you set the Background color of a TextBox or other element […] May 9, 2020 in WPF tagged set / background / behind / programmatically / BrushConverter / code / color / options / preferences by Mike
WPF Setting Custom Colors as XAML Static ResourcesAre you working on a project that uses custom colors, perhaps corporate colors? Have you been given the […] April 12, 2020 in WPF tagged set / xaml / static / colors / colours / setting / custom / resource / variable by Mike
C# PropertiesProperties and fields provide access to data contained in an object. The various pieces of data contained within […] May 17, 2018 in C# tagged encapsulation / getter / setter / auto-implemented / backing / snippet / properties / value / set / get / C# Classes by Mike
SQL Server T-SQL VariablesWe need to back to basics in our Transact SQL (T-SQL) studies and look at programming with variables. […] February 5, 2017 in SQL Server tagged temporary / variable / declare / set by Mike