Pandas Series IntroductionA pandas Series is a one-dimensional array-like object containing a sequence of values of the same type and […] June 14, 2023 in Python tagged array / column / series / pandas Series by Mike
The NumPy ndarrayThe array is the core data structure of NumPy. The data object itself is known as an “n-dimensional […] June 2, 2023 in Python tagged array / numpy / ndarray by Mike
Python DictionariesA dictionary is a data structure that consists of a collection of key-value pairs. Dictionaries are one of […] May 28, 2023 in Python tagged hash / associate / array / dictionary / map by Mike
Excel Dynamic ArraysWhat are dynamic arrays in Excel? Dynamic arrays are new to Excel and are available in Microsoft 365 […] February 12, 2023 in Excel tagged array / dynamic / formula / spill by Mike
Sorted Data Validation ListIn Excel, in Microsoft 365, how do you sort your dropdown data validation list? You have a cell […] February 12, 2023 in Excel tagged sort / data / list / array / validation / dynamic by Mike
Excel Filter FunctionThe new Excel FILTER function is one of the new dynamic arrays that are available in Microsoft 365. […] December 4, 2022 in Excel tagged array / dynamic / filter / spill by Mike
C# EnumeratorsTo understand enumerators, we’ll first look at C# arrays. This is for your understanding of enumerators. Generally you […] June 8, 2019 in C# tagged enumerators / array / C# Generics by Mike
C# Collections IntroductionThe general meaning of a collection is simply a group of things of the same type. It could […] April 4, 2016 in C# tagged array / introduction / collection by Mike
C# Functions Part 3 ParamsA paramter array is a special parameter for a function. You may pass one and only one parameter […] April 3, 2016 in C# tagged parameter / param / function / array / variable / C# Functions by Mike
C# ArraysThere are two types of arrays, single dimension arrays and multidimension arrays. Arrays are similar to variables, but […] April 3, 2016 in C# tagged syntax / array / arrays / initialization / C# Complex Types by Mike