dataHans

Mostly python and data analysis (small and big). Mixed with random rants and more mild mannered musings.

Thursday, 12 May 2022

trying to embed something

 This is a test of whether I can embed something here.



Posted by Hans Olav Melberg at 02:25 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

About Me

My photo
Hans Olav Melberg
View my complete profile

Popular Posts

  • Installing pymc3 on Windows machines
    PyMC3 is a python package for estimating statistical models in python. The package has an API which makes it very easy to create the model y...
  • The fast way to join string columns in Pandas: 600 times faster!
    Say you have two or more string columns in pandas and want to join the content of those columns into one single column. List of two column...
  • What is the fastest file format for pandas dataframes? A surprise!
    I was surprised to discover that for long (but not very wide) messy and text heavy data, the good old .csv file format was read very fast by...
  • Notes on Markov models in pyton - with emphasis on Health Economic Evaluation
    Markov models and health economic evaluation in python Intro Markov models are commonly used to do health economic evaluation. In this po...
  • Argh! BOM, UTF-8, and solution
    Potentially useful rant: If you ever have a problem importing and analyzing what you believe is a standard .csv file (for examples using Pyt...
  • Just do it: PEP 8, Style guide for Python, no spaces around equal signs in default arguments
    When defining default functions in Python, I used to do this: def foo(var1 = 'default1', var2 = 42):     ... After installing an...
  • Reducing memory problems with large files in Pandas: Eliminate nan's and use dtypes
    I have had some problems working with a large dataset in pandas (17 million obervations). I am repeating myself a bit (see previous post), b...
  • Avoid groupby for large datasets in Pandas?
    Calculating readmission rates to hospitals events sounds easy when you have a complete dataset of all hospital events in a year: Just determ...
  • Import data from Statistics Norway to a Pandas dataframe in Python
    Statistics Norway has made more than 5000 tables available with a new API and here is a tool that will make it easier to download the data t...
  • Combining many, many text rows in one row in Pandas
    Sometimes it is useful to combine the content of many columns into one. For instance data from hospital events often contain one row for for...

Blog Archive

  • ▼  2022 (1)
    • ▼  May (1)
      • trying to embed something
  • ►  2019 (2)
    • ►  June (1)
    • ►  May (1)
  • ►  2018 (2)
    • ►  October (1)
    • ►  September (1)
  • ►  2017 (5)
    • ►  August (2)
    • ►  July (1)
    • ►  May (1)
    • ►  March (1)
  • ►  2016 (14)
    • ►  October (2)
    • ►  July (3)
    • ►  June (1)
    • ►  May (3)
    • ►  April (5)
  • ►  2015 (1)
    • ►  July (1)
  • ►  2014 (2)
    • ►  November (1)
    • ►  May (1)
  • ►  2013 (13)
    • ►  August (1)
    • ►  July (1)
    • ►  June (2)
    • ►  May (3)
    • ►  April (1)
    • ►  March (3)
    • ►  February (1)
    • ►  January (1)

Pages

  • Home
  • Interactive visualization of average number of vis...
Simple theme. Powered by Blogger.