Re: [Tutor] A question about daunting KeyError

2019-07-24 Thread Steven D'Aprano
Hi Taishi, and welcome. On Wed, Jul 24, 2019 at 03:21:03AM +, TAISHI KAWAMURA wrote: [...] > I'm suspecting that Anaconda might keep raising the error, or simply > there are bugs in the codes. However, I can't be sure what the real > cause is. Almost certainly it will be a bug in your code

Re: [Tutor] A question about daunting KeyError

2019-07-24 Thread David L Neil
On 24/07/19 3:21 PM, TAISHI KAWAMURA wrote: Hi tutors on Tutor, I'm Taishi from Japan working in a data analytics team. Currently, I'm trying to analyse purchase data of a fashion brand. However, mysterious KeyErrors started occurring continuously when I was coding, and I haven't been able to

[Tutor] A question about daunting KeyError

2019-07-24 Thread TAISHI KAWAMURA
Hi tutors on Tutor, I'm Taishi from Japan working in a data analytics team. Currently, I'm trying to analyse purchase data of a fashion brand. However, mysterious KeyErrors started occurring continuously when I was coding, and I haven't been able to get that fixed. Although I asked this questio