skip to Main Content

unable to read json

ValueError Traceback (most recent call last) <ipython-input-8-7c5fcf8552e0> in <cell line: 1>() ----> 1 df2 = pd.read_json('/content/drive/MyDrive/Hackathon project/PS 1,2/no_pii_action_history.json') 6 frames /usr/local/lib/python3.10/dist-packages/pandas/io/json/_json.py in _parse_no_numpy(self) 1319 if orient == "columns": 1320 self.obj = DataFrame( -> 1321 loads(json, precise_float=self.precise_float), dtype=None 1322 ) 1323…

VIEW QUESTION

Visual Studio Code – Why do I get "SyntaxError: Unexpected token '.' along with /ms-vscode.js-debug/src/bootloader.js:8" in VS Code 1.77 with NodeJS versions <= 12?

I've seen this error in several Stack Overflow posts, but none of them are quite like this, nor have they help. Every time I try to run my program I see this: /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.js:8 `+r)),e.removeListener("error",er),e.destroy()}});var Rs=V((Vu,Cs)=>{"use strict";var xa=Object.create,pt=Object.defineProperty,ba=Object.getOwnPropertyDescriptor,Ss=Object.getOwnPropertyNames,va=Object.getPrototypeOf,Sa=Object.prototype.hasOwnProperty,Ea=(e,t)=>function(){return t||(0,e[Ss(e)[0]])((t={exports:{}}).exports,t),t.exports},Ta=(e,t)=>{for(var…

VIEW QUESTION
Back To Top
Search