userId       int64
userName    object
email       object
joined      object
active        bool
dtype: object
   userId     userName        email      joined  active
0     101      John D.   john@c.com  2024-01-20    True
1     104  Alice Brown  alice@c.com  2024-04-01    True
