MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / mult_by

Function mult_by

code/geopandas/bridge_geopandas.py:56–57  ·  view source on GitHub ↗
(dframe, col, scale)

Source from the content-addressed store, hash-verified

54 else:
55 print(f'bridge_geopandas.astype: "{new_type}" not recognized')
56def mult_by(dframe, col, scale):
57 dframe[col] *= scale
58def iterrows(dframe):
59 i = -1
60 n_rows = len(dframe)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected