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 calculation / number / lookup / zn / delta / triangle / custom / table / zero by Mike
Use isinstance to Check Data TypeAre you a data professional working with a pandas dataset and have you found that one or more […] April 7, 2024 in Python tagged custom / data / function / type / object / isinstance by Mike
Apply a Custom Function to a DataFrameHow do we apply a custom Python function to a column in a pandas DataFrame? Here we’ll use […] August 3, 2023 in Python tagged lambda / tqdm / add / column / apply / bar / progress / series / custom / dataframe / function / strip / new / assign by Mike
Sorting Data in RTo sort data in R, we can use the arrange function. Let’s work with the Palmer penguins dataset. […] March 29, 2023 in R Language tagged gem / gems / by / arrange / manual / custom / gemstones / data / order / sort / frame by Mike
WPF Custom DialogTo create a custom dialog in Windows Presentation Foundation you really just need to create a Window, place […] April 15, 2020 in WPF tagged custom / dialog / modal / show / showdialog 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 custom / resource / variable / set / xaml / static / colors / colours / setting by Mike
WPF DialogsIn your WPF application, what is a dialog and how do you create and show dialogs? A dialog […] March 29, 2020 in WPF tagged modal / custom / common / box / message / dialog by Mike
Site-Specific PluginThis post is inspired by the article from wpbeginner.com on creating a site-specific plugin where you can store […] December 20, 2015 in Plugin tagged functions / plugin / shortcode / site-specific / child theme / custom by Mike
Page TemplatesIf you have a specific WordPress page or pages that require a different layout than any of the […] October 2, 2015 in WordPress tagged custom / layout / template by Mike
Custom MenusIn WordPress you should always create a custom menu and use it. September 26, 2015 in WordPress tagged custom / menu by Mike