Tableau’s Custom Table CalculationLet’s use the Superstore dataset from Tableau to create an example of a custom table calculation. We’ll look […] July 10, 2024 in Data Visualization tagged zero / calculation / number / lookup / zn / delta / triangle / custom / table by Mike
Python Floating Point NumbersOne important thing to know when you are programming in Python, is how Python deals with floating point […] March 21, 2024 in Python tagged number / float / point / round by Mike
Microsoft Word Page NumberingPage numbering in Microsoft Word 365 can be a little bit of a challenge if you want to […] November 20, 2023 in Productivity tagged page / number / section / Word by Mike
NumPy LibraryNumPy is a Python library. NumPy is used for working with arrays. NumPy is short for “Numerical Python”. […] April 25, 2023 in Python tagged number / numpy / np by Mike
Number TransformationsNumber transformations in Power Query are simple to do, but there is something you need to watch out […] December 28, 2022 in Excel tagged query / number / transform / Power Query Transform 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 text / convert / check / number / dollar / currency / words / cents / recursion / cheque 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
Statistics IntroductionSeries of Posts This post is the first part of a short series of posts called Statistics. You […] August 5, 2017 in Statistics tagged interval / stats / data / descriptive / number / statistics / analyze / hierarchical / nominal / ordinal / Statistics by Mike
Prime NumbersA prime number (or a prime) is a natural number greater than 1 that has no positive divisors […] January 28, 2017 in Database tagged numbers / number / mathematics / math by Mike
Regular Expressions ExamplesA regular expression is a sequence of characters that a search pattern. The search pattern can be used […] September 2, 2016 in Regular Expressions tagged expression / regex / number / regular / phone / match / Regular Expressions by Mike