rs-mrt-dau-utilities 0.5.0__py3-none-any.whl → 0.5.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -186,16 +186,16 @@ def ipanalysis_update_dataframes(
186
186
  # test if 'time' key has not been replaced
187
187
  if isinstance(i["time"], dict):
188
188
  i["time"] = i["time"]["secs"] * 1000000000 + i["time"]["nanos"]
189
- msg_df = fast_json_normalize.fast_json_normalize(
189
+ msg_norm = fast_json_normalize.fast_json_normalize(
190
190
  i,
191
191
  separator="_",
192
192
  to_pandas=False,
193
193
  order_to_pandas=False,
194
194
  )
195
195
  # convert the time to datetime with the correct timezone
196
- msg_df = pl.DataFrame(msg_df).with_columns(
196
+ msg_df = pl.from_dicts([msg_norm]).with_columns(
197
197
  time=pl.from_epoch("time", time_unit="ns").dt.replace_time_zone("UTC")
198
198
  )
199
- list_of_dfs[key] = pl.concat([list_of_dfs[key], msg_df], how="diagonal")
199
+ list_of_dfs[key] = pl.concat([list_of_dfs[key], msg_df], how="diagonal_relaxed")
200
200
 
201
201
  return list_of_dfs
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rs-mrt-dau-utilities
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: Helpers to process and visualize measurement data from Rohde & Schwarz MRT DAU
5
5
  Author: Didier Chagniot
6
6
  Author-email: Didier Chagniot <didier.chagniot@rohde-schwarz.com>
@@ -3,8 +3,8 @@ rs_mrt_dau_utilities/delay_meas/__init__.py,sha256=8G_Dv6jVT_6NVDKGlmCGuAjScyf-C
3
3
  rs_mrt_dau_utilities/delay_meas/delay_meas.py,sha256=w__9hUlJSg-tbSCvW6xh_SdsgDLgOZrCRO3h4o55UQA,2032
4
4
  rs_mrt_dau_utilities/delay_meas/dev.py,sha256=6KUTSE3Em6QsEWHpbEYmG06jKfTKsMZeDkFI3UwZnHI,7372
5
5
  rs_mrt_dau_utilities/ip_analysis/__init__.py,sha256=LQUaB1PjfXH-I2y1j47UL1tLBCwtwFAuYDkhzHP2JB0,404
6
- rs_mrt_dau_utilities/ip_analysis/ip_analysis.py,sha256=Z0dEkiG_tJ5yw_Ix00zW28qHlXCAQ-1O2_OrJJ_tb3U,7025
6
+ rs_mrt_dau_utilities/ip_analysis/ip_analysis.py,sha256=gti-T7apzGyenG-LAY-su1BnLBX8lFDO6J4X9q5O_DY,7040
7
7
  rs_mrt_dau_utilities/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- rs_mrt_dau_utilities-0.5.0.dist-info/WHEEL,sha256=ZyFSCYkV2BrxH6-HRVRg3R9Fo7MALzer9KiPYqNxSbo,79
9
- rs_mrt_dau_utilities-0.5.0.dist-info/METADATA,sha256=jSwUwumaqKiJaTK77uirXlvFb3VJSaKGYfQbG2je72U,3436
10
- rs_mrt_dau_utilities-0.5.0.dist-info/RECORD,,
8
+ rs_mrt_dau_utilities-0.5.1.dist-info/WHEEL,sha256=iHtWm8nRfs0VRdCYVXocAWFW8ppjHL-uTJkAdZJKOBM,80
9
+ rs_mrt_dau_utilities-0.5.1.dist-info/METADATA,sha256=BQEFly5e_gytVodL6oOR_R-oiVI2m7DGbGvVS7I6W38,3436
10
+ rs_mrt_dau_utilities-0.5.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.18
2
+ Generator: uv 0.9.30
3
3
  Root-Is-Purelib: true
4
- Tag: py3-none-any
4
+ Tag: py3-none-any