安装:pip install pylatexenc 代码实现: In [11]:frompylatexenc.latex2textimportLatexNodes2Text In [12]: mul_symbol = r"""\times"""In [13]: div_symbol = r"""\div"""In [14]: mul_symbol Out[14]:'\\times'In [15]: div_symbol Out[15]:'\\div'In [16]: mul_symbol_text =La...
how to multiply the values of a column if there is asterisk symbol between the values in a go
how to multiply the values of a column if there is asterisk symbol between the values in a go